[jboss-user] [JBossWS] - Re: how to deal with unicode

2007-05-02 Thread thanatosis
I actually tried that too, but it didn't work for me, here's the jboss process running on my linux box.. 340 pts/0Sl 1:10 /usr/java/jdk1.5.0_11/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Dfi

[jboss-user] [JBossWS] - how to deal with unicode

2007-05-01 Thread thanatosis
I wrote a little library that can do simple translations, for example, i can select an operation such as english -> russian. Then if i send my library the string "greetings" it will return to me "??" (privet) in cyrillic. Since java stores it's strings in unicode, this is all very easy, so