- From: Eric Prud'hommeaux <eric@w3.org>
- Date: Sun, 15 Jan 2006 17:00:54 -0500
- To: Kendall Clark <kendall@monkeyfist.com>
- Cc: RDF Data Access Working Group <public-rdf-dawg@w3.org>
Received on Sunday, 15 January 2006 22:00:58 UTC
My N3 parser is b0rken right now so I wasn't able to get a protocol dump of this query: # $Id: kanji-01.rq,v 1.3 2005/11/06 08:27:50 eric Exp $ # test kanji QNames PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX 食: <http://www.w3.org/2001/sw/DataAccess/tests/data/i18n/kanji.ttl#> SELECT ?name ?food WHERE { [ foaf:name ?name ; 食:食べる ?food ] . } You can substitute "X" for those chars and then, in the protocol trace, map them to these escape sequences: 食 => %E9%A3%9F べ => %E3%81%B9 る => %E3%82%8B per http://people.w3.org/rishida/scripts/uniview/conversion Instructions: drop the char into the Characters box, hit tab, and look for the escape sequence in Percent escapes. -- -eric office: +81.466.49.1170 W3C, Keio Research Institute at SFC, Shonan Fujisawa Campus, Keio University, 5322 Endo, Fujisawa, Kanagawa 252-8520 JAPAN +1.617.258.5741 NE43-344, MIT, Cambridge, MA 02144 USA cell: +81.90.6533.3882 (eric@w3.org) Feel free to forward this message to any list for any purpose other than email address distribution.
Received on Sunday, 15 January 2006 22:00:58 UTC