StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Escaped "\xe4\xb8\xad\xe6\x96\x87" To String or unicode '\u4e2d\u6587'

Open gshmu opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe. Escaped "\xe4\xb8\xad\xe6\x96\x87" To String or unicode

Describe the solution you'd like Escaped "\xe4\xb8\xad\xe6\x96\x87" To "中文“ or unicode '\u4e2d\u6587'

Additional context {'non_ascii': '\xe4\xb8\xad\xe6\x96\x87', 'unicode': u'\u4e2d\u6587'}

and is Escape and unEscape should unsing same shortcuts?

gshmu avatar Nov 14 '19 04:11 gshmu

It would be better to be done by someone who would actually use it.

krasa avatar Apr 25 '20 00:04 krasa