ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

add support for Unicode #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
right now, Unicode or UTF-8 will fail (mainly on WIN32)
or is not guaranteed to work

Original issue reported on code.google.com by zwetan on 23 Jan 2011 at 3:24

GoogleCodeExporter commented 9 years ago
we need add support for wchar under WIN32 to support Unicode

Original comment by zwetan on 23 Jan 2011 at 3:25

GoogleCodeExporter commented 9 years ago
we need also to verify the readLine() function to support unicode input

Original comment by zwetan on 23 Jan 2011 at 3:25

GoogleCodeExporter commented 9 years ago
UTF-8 support has been added to Windows build

with cmd.exe to see UTF-8 you will need to set the codepage to 65001 first

$ chcp 65001
$ program

we support mainly filesystem POSIX function like mkdir rmdir, etc.

we support environnment variables

we do not support yet UTF-8 command line args (stdin)

Original comment by zwetan on 20 Aug 2014 at 9:27