Results 1 to 2 of 2
- 09-24-2008, 02:20 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
Displaying Japanese characters in JSP page
Hi,
I am calling an application which returns Japanese characters from my JSP. I am getting the captions in Japanese characters from the application and I am able to display the Japanese captions. After displaying the Japanese captions, user will select the particular captions by selecting the check box against the caption and Press Save button. Then I am storing the captions in the javascript string separated by :: and passing it to another JSP.
The acton JSP retrieves that string and split it by using tokenizer and store it in the database. When I retrieve it again from the database and display it, I am not able to see the Japanese characters, it is showing some other characters, may be characters encoded by ISO.
My database is UTF-8 enabled and in my server I am setting the UTF-8 as default encoding. In my JSP pages also, I am setting the charset and encoding type as UTF-8.
I shall appreciate you if you can help me in resolving the issue.
- 09-25-2008, 11:19 AM #2
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Displaying Chinese characters on Swing components
By vaskarbasak in forum AWT / SwingReplies: 3Last Post: 06-26-2008, 08:27 AM -
Applet - Displaying an HTML page with a selected resolution
By Java Tip in forum Java TipReplies: 0Last Post: 03-10-2008, 02:36 PM -
Accessing Japanese characters from text area
By princy.mat in forum Advanced JavaReplies: 0Last Post: 03-08-2008, 03:11 PM -
Displaying COPYRIGHT and REGISTERED characters
By Java Tip in forum Java TipReplies: 0Last Post: 03-01-2008, 09:52 PM -
Displaying characters in many ways.
By TampaTechGuy in forum New To JavaReplies: 7Last Post: 01-02-2008, 09:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks