On 25 May 2009, at 14:30, Sven Hartrumpf wrote: > Hello Jens. > > Thanks for your answer! > >>> <http://dbpedia.org/resource/%C4%8C%C3%A1raj%C3%A1vri> ... >>> How can %C4%8C be decoded? Obviously it's not Unicode. >> That is URL encoding. There should be a urldecode() method >> available for > > I should have spent some more details here: If I url-decode the above, > I don't know what the result should be. UTF-8?
Yes. The byte sequence that you get after decoding the %-encoding is to be turned into a character sequence by using UTF-8. Best, Richard > > > Sven > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity > professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like > Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
