New Win32 VM [m17n testers needed]

subbukk subbukk at gmail.com
Mon Jun 4 10:49:15 UTC 2007


On Monday 04 June 2007 12:08 am, Andreas Raab wrote:
>    "Windows VMs always use UTF8-encoded file names now"
>    Smalltalk platformName = 'Win32'
>      ifTrue:[^UTF8TextConverter new].
Andreas,

The conditional is incorrect and unnecessary. filename encoding depends on 
filesystem, not the VM platform. For instance, I could have a UTF-8 file on a 
USB flash and use it across different VMs.

AFAIK, FAT fs does not support UTF-8. NTFS, HPFS (Mac) and all current Linux 
filesystems support UTF-8 in filenames.

Regards .. Subbu



More information about the Squeak-dev mailing list