Samuel van Laere wrote:
> Perhaps a stupid question, or i'm just misunderstading the concept of
> character encoding.
All people misunderstand it...
> But since we have UTF-8 encoding: is there still a place for ISO
> standards on the web?
Pardon? UTF-8 _is_ a transfer encoding for an ISO standard character code,
ISO 10646, colloquially known as Unicode (the two are not identical, but
they are kept fully coordinated).
I guess you mean to ask "is there still a place for 8-bit encodings such as
ISO 8859-1?" Yes there is, in many cases where UTF-8 cannot be used for
technical reason (legacy software used to author pages, etc.) or need not be
used, because 99.9% of characters used in a site are representable in ISO
8859-1 and the rest can be handled using character references or entity
references.
There are probably still browsers that don't grok UTF-8, though hopefully
not many of them.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/