On 27.02.2008 16:06, Magnus Haraldsen Amundsen wrote:
Yes, I tried the .toString("UTF-8), but that gave the same result. I've also 
tried to create the String using:
String myUTF8String = new String(byteArrayOutputStream.toByteArray(), "UTF-8");

Maybe this could be solved by using some other Output/InputStream or something?

Could it be that the Model.write() already does some conversion? You can try to write it directly into an FileOutputStream and try to figure out in which encoding it is (put some special characters into the RDF). Can you show a few more details like the Javascript code?

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to