I need to use "ö","ä"."ü" in my program, but java/android won't let me

Posted by Jayomat on Stack Overflow See other posts from Stack Overflow or by Jayomat
Published on 2010-04-29T17:30:34Z Indexed on 2010/04/29 17:47 UTC
Read the original article Hit count: 230

Filed under:
|
|

Hi all, I need my program to send a request to a server. The problem is, the server only recognizes ös,äs und üs, but JAVA and/or Android don't know them. `How can I send a request with a String like "Hermann-Löns" without JAVA/Android "changing" the ö.... Oh and btw., "oe" isn't recognized by the server too, already tried that...

thx for help!

© Stack Overflow or respective owner

Related posts about java

Related posts about android