Apr 24, 2006 #1 wangdong Programmer Joined Oct 28, 2004 Messages 202 Location CN I want to send a string throw URL, the question is, how do I know which encoding type to use, whether it's Chinese, Korea, or English? Thank you, Chinese Java Faq Forum http://www.4ugo.com/bbs/index.htm
I want to send a string throw URL, the question is, how do I know which encoding type to use, whether it's Chinese, Korea, or English? Thank you, Chinese Java Faq Forum http://www.4ugo.com/bbs/index.htm
Apr 24, 2006 #2 stefanwagner Programmer Joined Oct 19, 2003 Messages 2,373 Location DE ...a string to an URL? You want to respond to a webpage by a program? You could search for a charset-specification like: Code: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> (here western-european used as example, since I'm without experience in Chinese or Korean encodings.) seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
...a string to an URL? You want to respond to a webpage by a program? You could search for a charset-specification like: Code: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> (here western-european used as example, since I'm without experience in Chinese or Korean encodings.) seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung
Apr 24, 2006 Thread starter #3 wangdong Programmer Joined Oct 28, 2004 Messages 202 Location CN No, I want to send a text message to a mobile phone throw an url connection. this message might be written in Chinese, Korea, English or others. Chinese Java Faq Forum http://www.4ugo.com/bbs/index.htm Upvote 0 Downvote
No, I want to send a text message to a mobile phone throw an url connection. this message might be written in Chinese, Korea, English or others. Chinese Java Faq Forum http://www.4ugo.com/bbs/index.htm