This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Character sets in win32 and cygwin


On Tue, Mar 07, 2000 at 03:33:25PM +0100, schilling@fokus.gmd.de wrote:
>I have a problem with mkisofs running on win32 using cygwin.
>If I run mkisofs to create a ISO-9660 CD with Joliet extensions,
>I get no problems (ISO-8859-1 characters are converted into UNICODE)
>If I run mkisofs on cygwin, I get all umlauts converted into '_'.
>
>It seems that all characters in filenames, all keystrokes are vailable
>or get converted into the DOS charater set. 
>
>All outout  is assumed to be DOS characters.
>
>Is this the expected behaviour?
>
>I thought that win32 should be a UNICODE based OS.

It would probably be best for you to debug whatever cygwin DLL calls
that mkisofs is using and report on problems there.  Possibly this is a
problem with the startup code in dcrt0.cc which calls SetFileApisToOEM ().

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]