UTF-8 all the things.
* Use a meta tag in the HTML to set a character set of UTF-8.
* Ensure your files are encoded with UTF-8.
* Avoid a byte order mark (BOM) in files as that may override
other settings.
* Ensure web servers serve text/html as UTF-8. A simple text
file containing only HTML boilerplate with "©" or the classic
"räksmörgås" should be sufficient to test.
* If you hit a database, ensure the connection uses UTF-8.
There's may be a couple of other places to check, too, but you
get the idea.
--steve
On 7/4/17 at 2:05 PM,
pylons-...@googlegroups.com ('Mathieu
Dubois' via pylons-discuss) pronounced:
------------------------
Steve Piercy, Soquel, CA