Hello! Thanks for a super convenient tool
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?
Thank you!