Open GoogleCodeExporter opened 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
we need also to verify the readLine() function to support unicode input
Original comment by zwetan
on 23 Jan 2011 at 3:25
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
Original issue reported on code.google.com by
zwetan
on 23 Jan 2011 at 3:24