Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid String Exception when inputting non-english text in interp mode (Sys.stdin().readLine) #11736

Open
ShaharMS opened this issue Jul 27, 2024 · 0 comments

Comments

@ShaharMS
Copy link

I tried making a tool that shortens some repetative code writing using a series of inputs. On of them requires hebrew text.
right after i "submit" the hebrew text, i get the error:

Uncaught exception Invalid string
C:\HaxeToolkit\haxe\std/haxe/io/Input.hx:183: characters 8-33 : Called from here

Reproducing this is as simple as using the text "ביג מק" with this code:

var i = Sys.stdin().readLine();
trace(i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant