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
The line: local testStr = jsonLua.encode("\x03test\x7a")
Outputs: "\u0003testz"
The first HEX charater is converted correctly, the second one isn't. If I make the second one a HEX only consisting of a number it converts correctly.
It doesn't matter if you use upper or lower case, alphanumerics in the HEX character doesn't seem to work.
The text was updated successfully, but these errors were encountered:
The line: local testStr = jsonLua.encode("\x03test\x7a")
Outputs: "\u0003testz"
The first HEX charater is converted correctly, the second one isn't. If I make the second one a HEX only consisting of a number it converts correctly.
It doesn't matter if you use upper or lower case, alphanumerics in the HEX character doesn't seem to work.
The text was updated successfully, but these errors were encountered: