Hi,
be carefull.

ISO-8859-1 ASCII goes from 0 to 255
UTF-8 ASCII goes from 0 to 127


For example,


A "�" is the 233 character in the ISO-8859-1 ASCII table. It will be encoded on one octet.
But with UTF-8 this character is not included in the ASCII table so it will be converted from ISO-8859-1 to UTF-8. This character will be encoded on two octets.


So yes, UTF-8 includes ISO-8859-1 but in a certain way.


Lionel



At 12:05 20/01/2004 +0100, you wrote:
On 20.01.2004 11:14, Nicolas Toper wrote:
Hi,
If I'm using UTF-8 encoding with a French file special characters as � or � makes an error...
I don't understand why... Isn't UTF-8 supposed to integrate this characters or did I miss something?

Is it this one: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24457


Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Lionel CRINE Ing�nieur Syst�mes documentaires Soci�t� : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.58.70.70


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to