nasa / sitepod

A Sitemap Generator written in PHP
GNU General Public License v3.0
24 stars 16 forks source link

Fix encoding warning upon index.php form submit #3

Closed lewismc closed 7 years ago

lewismc commented 7 years ago

Whenever we submit a new Sitemap generation task, we get a warning which we should fix.

A form was submitted in the windows-1252 encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element.
screen shot 2017-03-16 at 1 23 08 pm
lewismc commented 7 years ago

Closed in e6193c89c4593280c69699c12816711090aea95b