Re: Python, unicode, Windows32 and NTFS...

2002-09-27 Thread Exu Yangi
>From: "Merkl, Werner" <[EMAIL PROTECTED]> > >Hi, > >in my job I have a lot of differnt language to deal with, now including >japan. And we have all these languages on our server (Windows 2000)... >So NTFS uses UNICODE (I think it's 'utf-16'). > >Python -- at least since version 1.6 -- is suppo

Re: Python, unicode, Windows32 and NTFS...

2002-09-27 Thread David Ascher
Merkl, Werner wrote: > Hi, > > in my job I have a lot of differnt language to deal with, now including > japan. And we have all these languages on our server (Windows 2000)... > So NTFS uses UNICODE (I think it's 'utf-16'). > > Python -- at least since version 1.6 -- is supposed to understand

Re: Python, unicode, Windows32 and NTFS...

2002-09-27 Thread Trent Mick
[Merkl, Werner wrote] > Hi, > > in my job I have a lot of differnt language to deal with, now including > japan. And we have all these languages on our server (Windows 2000)... > So NTFS uses UNICODE (I think it's 'utf-16'). > > Python -- at least since version 1.6 -- is supposed to understand

Re: Two dde puzzles in win32ui

2002-09-27 Thread Bob Kline
On Sat, 21 Sep 2002, Anders Eriksson wrote: > BK> 2. Why does Exec throw an exception even when the command succeeds? > > > BK> This code actually does what it's supposed to: it connects to a > BK> running instance of Internet Explorer and opens the requested > BK> page. But, havin

Python, unicode, Windows32 and NTFS...

2002-09-27 Thread Merkl, Werner
Hi, in my job I have a lot of differnt language to deal with, now including japan. And we have all these languages on our server (Windows 2000)... So NTFS uses UNICODE (I think it's 'utf-16'). Python -- at least since version 1.6 -- is supposed to understand and handle UNICODE. But my experien