Z
zakasbanda
Hello All
I need some help from you folks. I want my J2EE webapp to accept
international characters.
Here is what I have done so far
1. Wrote a filter that encodes request and response with UTF-8.
2. Oracle is UTF-8.
Now when I input a hindi character from the jsp page, and save it in
database, I see characters in format. Here are my questions,
1. Is it okay to see characters in this format in database?
2. Now we escape (html) all are string text fields, which escape & and
&#dddd shows as is on the browser, which is problem.
Any help or suggestions will be appreciated.
Thanks,
-Sandy
I need some help from you folks. I want my J2EE webapp to accept
international characters.
Here is what I have done so far
1. Wrote a filter that encodes request and response with UTF-8.
2. Oracle is UTF-8.
Now when I input a hindi character from the jsp page, and save it in
database, I see characters in format. Here are my questions,
1. Is it okay to see characters in this format in database?
2. Now we escape (html) all are string text fields, which escape & and
&#dddd shows as is on the browser, which is problem.
Any help or suggestions will be appreciated.
Thanks,
-Sandy