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
When a char with a big encode value is passed to here(like '文', with encode 25991), format by %C will not get the encoded value back(given '\391' here).
Changing the payload char to int all the time, and providing a safer string_of_int_as_char-like function seems to solve this.
I'm working on this.
'文'-> Js.log
Generated JS output is
The text was updated successfully, but these errors were encountered: