in reply to Re: Text Encoding on this site's HTML
in thread Text Encoding on this site's HTML

The correct thing to do is probably to look at what content-encoding headers the browser throws at us, and transcode into UTF-8 on the server.

Additionaly, we should set the accept-charset to "UTF-8".


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

  • Comment on Re: Re: Text Encoding on this site's HTML