File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Char Encoding of Text Input Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Char Encoding of Text Input" Watch "Char Encoding of Text Input" New topic
Author

Char Encoding of Text Input

Alec Lee
Ranch Hand

Joined: Jan 28, 2004
Posts: 568
I want to allow the user to input non ISO 8859-1 character. However, it seems that the IE 6 doesn't send something up in request header to indicate the exact character encoding being used in my input form. I am not familiar with HTTP. Should the encoding also embedded as Content-Type:charset=... request header? If yes, how do we tell IE to do so? Or how do we force the server to interpret the request as a certain char encoding even if the browser doesn't indicate it.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Char Encoding of Text Input
 
Similar Threads
Unable to read charset using java.net.URLConnection
character encoding problem
Set an encoding scheme for InputStreamReader and ByteArrayOutputScream !!!
string delimiter
Understanding Byte Data and Character Encoding