On Tue, 21 Jan 2003, Stephen K. Rhoads wrote: > > Does RDF (or XML, I suppose) have a problem with diacritic signs? The W3 > RDF Validator chokes on the "é" in "République" in the RDF fragment below. The default encoding for XML is UTF-8. The "é" in "République" has the high bit set, but is not a legal UTF-8 sequence (because it is, in fact, a simple 8859-1 (or perhaps -15) accented character). Solutions: Add an encoding declaration to your XML file, or encode it as UTF-8. /ccoReceived on Tuesday, 21 January 2003 20:13:12 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:40 UTC