Berin Loritsch wrote:

Antonio Gallardo wrote:


BTW, Spanish and Portuguese characters(for example ç,à,á,ñ ) aren't supported by utf-8.



This is not what I wanted to state. I wanted to state that Spanish and Portuguese IS supported. I use UTF-8 since 2002 in all my work. I copied the above sentence from the reply. IN the original mail, the portuguese and spanish letter were not properly displayed.

Sorry for the confusion. It was not intentional. :-(

Best Regards,

Antonio Gallardo.



UTF-16 values are:

ç = 00e7
à = 00e0
á = 00e1
ñ = 00f1

For UTF-8 there would be some multibyte representations of them because they are above 0080.
Its detailed by this page: http://www.unicode.org/reports/tr26/

The UTF-8 pairs would be:

ç = 0xc3, 0xa7
à = 0xc3, 0xa0
á = 0xc3, 0xa1
ñ = 0xc3, 0xb1


Reply via email to