-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
[eval] Unicode issue when splitting string #6897
Comments
I don't really understand why this used to work because it fails on neko as well. It also fails on php and lua. |
Should be straightforward now with dual string implementation |
Yes this works fine on the unicode branch. I still have no idea why it worked on the old interpreter, but whatever... |
Are anywhere unicode builds available? |
Not yet, but I'll merge the branch soon. |
The branch has been merged and the test passes now. |
Thanks for this! You rock! |
Test case online https://try.haxe.org/#9B7E2 (works as expected)
In Haxe 3 --interp it logs
26,26
(works as expected)In Haxe 4 Preview 3 --interp it logs
52,26
(unexpected length of first array)The text was updated successfully, but these errors were encountered: