You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aurel300
changed the title
[cpp] Sys.setCwd fails on Unicode path
[cpp] Sys.setCwd, Sys.deleteFile, Sys.deleteDirectory fail on Unicode path
Jun 10, 2019
Aurel300
changed the title
[cpp] Sys.setCwd, Sys.deleteFile, Sys.deleteDirectory fail on Unicode path
[cpp] Sys.setCwd, .deleteFile, .deleteDirectory, FileSystem.exists, .rename fail on Unicode path
Jun 10, 2019
we the SoccerTutor(https://www.soccertutor.com) devs really rely on Umlauts working with MacOSX/Windows/Linux and later Tablet.
So we like to offer a bounty to get this fixed, not sure if this is the right place here, but Ill ask here for it:
400 EUR If this is fixed and we get at least some instructions to build our Haxe versions(not the newest currently) with this fix applied for MacOSX/Windows/Linux
150 EUR BONUS if fixed by Tue 8th FEB
I am looking forward to hearing from you. Feel free to contact us using this email: andreas@drewke.net
This is not Windows specific!
$ mkdir `printf "\xC2\x80"` $ haxe --main Main --cpp out.cpp ... $ out.cpp/Main Main.hx:3: /cppcwd/ Main.hx:5: /cppcwd/
(
xxd
confirms it is the same path.)Sys.deleteFile
andSys.deleteDirectory
,FileSystem.rename
,FileSystem.exists
seem similarly affected.Once fixed:
tests/sys/src/TestUnicode.hx
The text was updated successfully, but these errors were encountered: