[jboss-user] [JBossWS] - Re: Problems with german 'Umlaut'

Ulf Wiegmann do-not-reply at jboss.com
Tue Jan 15 11:59:14 EST 2008


Meanwhile I found a workaround which works:
After receiving a message I push all 'umlaut'-candidats to the statement 
 
correctString = new String(receivedString.getBytes("ISO8859_1"), "UTF-8");

But don't ask me why ...


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120167#4120167

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120167



More information about the jboss-user mailing list