Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Sebastian Hellmann
On 20.09.19 16:50, Andy Seaborne wrote: Checking for NFC seems practical as this should be a good goal and it is in the RDF spec and information about it is decent. NOT_NFKC or the Compatibility Character warning is confusing. Agreed - I'm comfortable with that set of choices. Ok, thanks,

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Andy Seaborne
On 20/09/2019 14:37, Sebastian Hellmann wrote: Hi Andy, I would prefer: // keeping NOT NFC Warnings // setErrorWarning(iriFactoryInst, ViolationCodes.NOT_NFC, false, false); // turning of NOT_NFKC warnings setErrorWarning(iriFactoryInst, ViolationCodes.NOT_NFKC, false, false);  // ** Ap

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Sebastian Hellmann
Hi Andy, I would prefer: // keeping NOT NFC Warnings // setErrorWarning(iriFactoryInst, ViolationCodes.NOT_NFC, false, false); // turning of NOT_NFKC warnings setErrorWarning(iriFactoryInst, ViolationCodes.NOT_NFKC, false, false);  // ** Applies to various unicode blocks. setErrorWarning(ir

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Andy Seaborne
On 20/09/2019 10:53, Sebastian Hellmann wrote: On 20.09.19 11:23, Andy Seaborne wrote: https://issues.apache.org/jira/browse/JENA-864 Personally, I think we should just turn the warnings off. That would be great. They are harmful in a way that they cause some flooding in stackoverflow/

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Sebastian Hellmann
Hi Andy, On 20.09.19 11:23, Andy Seaborne wrote: Also the RDF Spec says to normalize to NFC: https://www.w3.org/TR/rdf11-concepts/#section-IRIs We are using these versions: +- org.apache.jena:jena-core:jar:3.7.0:compile [INFO] |  |  \- org.apache.jena:jena-base:jar:3.7.0:compile Update!

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Andy Seaborne
On 20/09/2019 08:11, Sebastian Hellmann wrote: Hi all, I really don't understand these RIOT warnings: 19/09/20 08:43:00 WARN riot: [line: 229, col: 1 ] Bad IRI: Code: 47/NOT_NFKC in PATH: The IRI is not in Unicode Normal Form KC. 19/09/20 08:43:00 WARN

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Sebastian Hellmann
wrote: Valid URIs are basically ASCII strings. I don't think you can stick any other character in there. Sent: Friday, September 20, 2019 at 9:11 AM From: "Sebastian Hellmann" To: users@jena.apache.org Subject: Riot warning for Unicode NFC IRIs Hi all, I really don't under

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Laura Morales
> Both Wikipedia and DBpedia can not handle NFKC: > https://en.wikipedia.org/wiki/Ranma_1⁄2 The wikipedia link is https://en.wikipedia.org/wiki/Ranma_%C2%BD

Re: Riot warning for Unicode NFC IRIs

2019-09-20 Thread Laura Morales
Valid URIs are basically ASCII strings. I don't think you can stick any other character in there. > Sent: Friday, September 20, 2019 at 9:11 AM > From: "Sebastian Hellmann" > To: users@jena.apache.org > Subject: Riot warning for Unicode NFC IRIs > > Hi all, >

Riot warning for Unicode NFC IRIs

2019-09-20 Thread Sebastian Hellmann
Hi all, I really don't understand these RIOT warnings: 19/09/20 08:43:00 WARN riot: [line: 229, col: 1 ] Bad IRI: Code: 47/NOT_NFKC in PATH: The IRI is not in Unicode Normal Form KC. 19/09/20 08:43:00 WARN riot: [line: 229, col: 1 ] Bad IRI: