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
Thank you for your amazing project.
When I trying,I find the Asian language string cannot be displayed correctly. The Hex value after the Parsing is $3F $3F.... $3F.....
for example:
prompt("测试");
the "测试" can't display correctly,and the "测试" will replaced with Hex" $3F $3F $3F $3F".
Can you check the procedure NextChar in BESENParser.pas
Env: Win10 + Delphi 10.1
The text was updated successfully, but these errors were encountered:
Thank you for your amazing project.
When I trying,I find the Asian language string cannot be displayed correctly. The Hex value after the Parsing is $3F $3F.... $3F.....
for example:
prompt("测试");
the "测试" can't display correctly,and the "测试" will replaced with Hex" $3F $3F $3F $3F".
Can you check the procedure NextChar in BESENParser.pas
Env: Win10 + Delphi 10.1
The text was updated successfully, but these errors were encountered: