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
This also works with shorter strings; it's not that a particular codepoint causes it to stop parsing. I think the problem is that the string length is incorrect if there are any non-BMP sequences.
The text was updated successfully, but these errors were encountered:
$ haxe --main Main --php out $ php7.2 out/index.php | xxd 0000000: 010a 7f0a c280 0adf bf0a e0a0 800a ed9f ................ 0000010: bf0a ee80 800a 0a .......
This also works with shorter strings; it's not that a particular codepoint causes it to stop parsing. I think the problem is that the string length is incorrect if there are any non-BMP sequences.
The text was updated successfully, but these errors were encountered: