Content deleted Content added
m →External link: plural |
|||
Line 14:
</code></blockquote>
Either method advises the receiver that the file being sent uses the character set specified. Of course, it would be a very bad idea to send incorrect information. For example, a server where multiple users may place files created on different machines cannot promise that all the files it sends will conform (some users may have machines with different character sets). For this reason, many servers simply do not send the information at all, to avoid making any false promises. (it should also be noted that the specification in the http headers overrides a specification as a meta tag in the document itself which can be a pain if its set up wrong and you don't have the access or the knowlage to change it).
Browsers receiving a file with no character set information must make a blind assumption. The safest is probably to assume [[
For maximum compatibility, it is increasingly common for multilingual websites to use the [[UTF-8]] encoding of the [[ISO 10646]]/[[Unicode]] character set, which provides a superset of almost all existing character sets.
|