ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Default charset #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Standards says that the default encoding of a web application, in case it is 
not explicitly expressed, should be ISO-8859-1. Why don't stick with this? 
get rid of UTF-8.

Original issue reported on code.google.com by Benjamin...@gmail.com on 10 Sep 2009 at 11:08

GoogleCodeExporter commented 9 years ago
Steps to solving all character encoding problems in JS/CSS docs:
1. Convert docs to UTF-8 (if not already)
2. Send charset=utf-8 in Content-Type

If only every problem had such a straightforward solution.

http://annevankesteren.nl/2009/09/utf-8-reasons

Original comment by mrclay....@gmail.com on 20 Sep 2009 at 10:47