If "RDF URI reference" in "rdf:about" attribute includes double byte character,
RDFToTopicMapConverter throws MalformedURLException for the double byte
character.
Would you support double byte character in RDF URI reference?
The error message is the following:
Exception in thread "main" net.ontopia.utils.OntopiaRuntimeException:
java.net.MalformedURLException: Illegal character in fragment: 'タ' at
position 41 of: 'http://www.infocom.co.jp/dsp/sample#MAIN-タイトル読み
The problem part of the RDF is the following:
<rdf:Description rdf:about="http://www.infocom.co.jp/dsp/sample#MAIN-タイトル読み">
I attach the RDF file and the our test program.
Best regards
Motomu Naito
Original issue reported on code.google.com by motomu.n...@gmail.com on 1 Mar 2011 at 3:30
Original issue reported on code.google.com by
motomu.n...@gmail.com
on 1 Mar 2011 at 3:30Attachments: