Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Encoding for the web

Reply
Thread Tools

Encoding for the web

 
 
Samuel van Laere
Guest
Posts: n/a
 
      08-26-2010
Perhaps a stupid question, or i'm just misunderstading the concept of
character encoding.
But since we have UTF-8 encoding: is there still a place for ISO standards
on the web?

cheers,
Samuel van Laere



__________ Informatie van ESET NOD32 Antivirus, versie van database viruskenmerken 5400 (20100826) __________

Het bericht is gecontroleerd door ESET NOD32 Antivirus.

http://www.eset.com




 
Reply With Quote
 
 
 
 
R. Andersen
Guest
Posts: n/a
 
      08-27-2010
On 2010-08-26 22:44:47 +0200, Samuel van Laere said:

> Perhaps a stupid question, or i'm just misunderstading the concept of
> character encoding.
> But since we have UTF-8 encoding: is there still a place for ISO
> standards on the web?
>
> cheers,
> Samuel van Laere
>
>
> __________ Informatie van ESET NOD32 Antivirus, versie van database
> viruskenmerken 5400 (20100826) __________
>
> Het bericht is gecontroleerd door ESET NOD32 Antivirus.
>
> http://www.eset.com


I think it depends on your target audience. UTF-8 and 8859-1 are mostly
used for western audiences. The stadards ensures a correct encoding
(developers) and a correct decoding (users).
--
Regards,
R. Andersen

 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      08-27-2010
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/

 
Reply With Quote
 
R. Andersen
Guest
Posts: n/a
 
      08-27-2010
On 2010-08-27 20:17:59 +0200, R. Andersen said:

> On 2010-08-26 22:44:47 +0200, Samuel van Laere said:
>
>> Perhaps a stupid question, or i'm just misunderstading the concept of
>> character encoding.
>> But since we have UTF-8 encoding: is there still a place for ISO
>> standards on the web?
>>
>> cheers,
>> Samuel van Laere
>>
>>
>> __________ Informatie van ESET NOD32 Antivirus, versie van database
>> viruskenmerken 5400 (20100826) __________
>>
>> Het bericht is gecontroleerd door ESET NOD32 Antivirus.
>>
>> http://www.eset.com

>
> I think it depends on your target audience. UTF-8 and 8859-1 are mostly
> used for western audiences. The stadards ensures a correct encoding
> (developers) and a correct decoding (users).


Ah I misunderstood your question. But yes ISO is stil useful. I use it
for my website since I have no need for extended characters.
--
Regards,
R. Andersen

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading Text File Encoding and converting to Perls internal UTF-8 encoding sln@netherlands.com Perl Misc 2 04-17-2009 11:22 PM
Encoding problem with web application (Paste+Mako) msj@infoserv.dk Python 2 06-06-2007 09:00 AM
changing JVM encoding; setting -Dfile.encoding doesn't work pasmol@plusnet.pl Java 1 10-08-2004 09:50 PM
Web.config and response.encoding Sara T. ASP .Net 0 08-24-2004 04:52 AM
Encoding.Default and Encoding.UTF8 Hardy Wang ASP .Net 5 06-09-2004 04:04 PM



Advertisments