osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Fixed non-ascii character #88

Closed jerry-peng closed 6 years ago

jerry-peng commented 6 years ago

Hot fix #87

Test: run the application, open index.html, add a unicode character: u/2019, and submit the form in the html. Make sure no error occurs.

The error should not occur, the few lines of code converts input strings to utf-8.