|
next
|
Subject: Convert XML to UTF-8 Author: (Deleted User) Date: 05 Jan 2009 12:15 PM
|
Hi Scott,
your XML files contains a few non-latin characters (like the accented "e", the "degree" and the "registered name" symbols) that are not in the range 0x00-0x7F. So, in UTF-8 they are encoded using multiple values; in your case, for instance, the "degree" symbols, whose Unicode codepoint is 0xB0, is stored as 0xC2 0xB0. This is correct UTF-8; so, something is wrong in your client configuration. Do you know which software he is using, and can you get the offset where the wrong codepoint is reported?
Thanks,
Alberto
|
|
|