From: Rob V. <rv...@do...> - 2014-11-17 08:03:33
|
Tom Yes this is by design The library defaults to allowing the newer native UTF-8 supporting syntax as input but outputting the older ASCII only syntax as output in order to maximise interoperability with other systems which may not necessarily support the most recent specifications You can change the output to use the new syntax by changing how you instantiate the NTriples writer: new NTriplesWriter(NTriplesSyntax.Rdf11); Rob On 16/11/2014 21:44, "tom...@gm..." <tom...@gm...> wrote: >Hi Rob > >I have a triple > ><brochure/12345> dcterms:title "Jelcz M11 - nowość" . > >And after calling > >StringWriter.Write(graph, new NTriplesWriter()) > >the resulting string contains escaped text > ><brochure/12345> <http://purl.org/dc/terms/title> "Jelcz M11 - >nowo\u015B\u0107" > >Is this by design? > >Thanks, >Tom > >-------------------------------------------------------------------------- >---- >Comprehensive Server Monitoring with Site24x7. >Monitor 10 servers for $9/Month. >Get alerted through email, SMS, voice calls or mobile push notifications. >Take corrective actions from your mobile device. >http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clkt >rk >_______________________________________________ >dotNetRDF-bugs mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-bugs |