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 gkittelson 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
Oct 28, 2004
202
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:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top