Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to know the encoding type?

Status
Not open for further replies.

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
 
...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:
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top