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

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