When representing accented characters in Unicode, there's more than one way to 
do it. You could represent the base character and the accent as successive 
Unicode characters, using Normal Form D (NFD), or represent it as a single 
Unicode character, using Normal Form C (NFC). The RDF spec recommends (but does 
not mandate) the use of NFC.

Looking at your text, it's not clear where the problem lies. Perhaps the two 
characters just before the comma?

There is code available in various languages for converting to NFC. This post 
may help: 
<http://stackoverflow.com/questions/3288114/what-does-nets-string-normalize-do>

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
On Behalf Of PaulZH
Sent: Fri, 04 Nov, 2011 11:35
To: TopBraid Suite Users
Subject: [topbraid-users] help in understanding warning while loading a RDF/XML 
file

I get following warning:

WARN [main] (RDFDefaultErrorHandler.java:36) - 
file:///EUROVOC/eurovoc_skos.rdf(line
2535752 column 139): {W131} String not in Unicode Normal Form C:
"Ομοσπονδία Εθνικών Εταιρειών του Ερυθρού Σταυρού και της Ερυθράς Ημισελήνου·, 
Διεθνής"

What does 'not in Unicode Normal Form C' mean?
Is this a potential issue?


Paul

--
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid 
Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to