[Feature Request] Encode/Decode Unicode Text
Opened this issue · 0 comments
asheroto commented
Love the extension, thanks for it!
I had some text like this
\u003C!DOCTYPE html>\n\u003C!\n\u003Chtml>\n \u003Chead>\n
\u003Cmeta http-equiv=\"Content-Type\" content=\"text\u002Fhtml;
but couldn't decode it using the extension. I used this website to decode it into this
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
Maybe this isn't a common request, but just an idea for an additional feature. Could be called:
- Unicode Encode
- Unicode Decode
Thanks again!