| Author |
Problem in Struts and unicode
|
knazeer ahmed
Greenhorn
Joined: Sep 09, 2008
Posts: 8
|
|
Hi,
i have query regarding unicode.My problem is I am using struts application. In one of my Jsp i have a text area where i can enter hindi words(i did it by using javascript) I am using utf-8 in JSP. I am trying to store it in data base. My table supports Unicode format. When i try save hindi words those are storing in database in different format(ex: तà¥à¤¸à¥à¤¤à¤¿à¤à¥ for "testing" string). In other jsp i am trying to see the same it is showing in तà¥à¤¸à¥à¤¤à¤¿à¤à¥ format. Can anyone suggest me why this is happening. If i try to store it in \u00.. format it i want to see that in hindi character of \u00.. string but it is displaying in \u00.. format only.
Thanks and Regards,
Nazeer Ahmed.K.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
|
|
|
It might be an encoding problem, and your command-line may be unable to display Unicode. See this article by Joel Spolsky.
|
 |
 |
|
|
subject: Problem in Struts and unicode
|
|
|