Instead of showing unicode aligned text strings, it has for example strings that look like "\uXXXX\uYYYY....". Any way to tell the tool to output unicode correctly?
edit. Something like "".join(s) is the desired output instead of the s in the output.
Instead of showing unicode aligned text strings, it has for example strings that look like "\uXXXX\uYYYY....". Any way to tell the tool to output unicode correctly?
edit. Something like
"".join(s)
is the desired output instead of thes
in the output.