Results 1 to 1 of 1
- 03-08-2008, 03:11 PM #1
Member
- Join Date
- Mar 2008
- Posts
- 1
- Rep Power
- 0
Accessing Japanese characters from text area
Greetings to all,
I am having a JSP page with a textarea in it. I access the value entered in the text area using a servlet.
But when I type Japanese characters in the text area, I am getting the value as '?' in the servlet
I even tried Request.setCharacterEncoding("ISO-2022-JP"); in the servlet before accessing the value from the text area. But still I am getting '?'.
Any help appreciated..
Thanks
pribymat
Similar Threads
-
Text Area problem
By mcal in forum New To JavaReplies: 0Last Post: 02-11-2008, 09:42 PM -
Displaying data into text area
By abhiN in forum New To JavaReplies: 1Last Post: 01-22-2008, 10:30 AM -
Randomly accessing a text file
By bugger in forum New To JavaReplies: 1Last Post: 12-07-2007, 06:20 PM -
textfiled and text area to UTF-16?
By Mr tuition in forum AWT / SwingReplies: 0Last Post: 12-04-2007, 12:40 PM -
Special characters in text fields
By Felissa in forum Web FrameworksReplies: 0Last Post: 06-27-2007, 04:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks