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 wondering if we could add an option to preserve non-ascii characters as-is. Currently, the tool transforms them to HTML entities. For example é becomes é. I would rather have it stay as é.
I tried looking into the source code on how to implement this change but I am a bit lost. I looked at the functions about html entities but they are about decoding rather than encoding. I also tried bypassing the CGI.escapeHTML to no avail. Would you have a direction to point me in?