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
I'm assuming it's just not handling utf-8 encoding/decoding properly?
EDIT: I guess it's more of a problem specific to hackmud, now that I think about it. The output from hackmud is as follows:
{retval:"PARSE ERROR my.script (line 0 char 261): cannot use \\u00XX or \\u{00XX} unicode identifiers in ascii range in scripts. Please use hex escape (\\xXX)",success:false}
The text was updated successfully, but these errors were encountered:
There seems to be an encoding issue with special characters. See below for the original and muddled versions.
I'm assuming it's just not handling utf-8 encoding/decoding properly?
EDIT: I guess it's more of a problem specific to hackmud, now that I think about it. The output from hackmud is as follows:
The text was updated successfully, but these errors were encountered: