Link to home
Start Free TrialLog in
Avatar of BHUSHANGEETE
BHUSHANGEETE

asked on

Localization problems

Hi,

My web environment is developed using J2EE.
My Oracle db character set is change from western europian to UTF.
I would like to know what can be the impact on jsp code? which area of code needs to change.
If data is submitted in other language how it impacted?

Any list of checklist or analysis on this issues are welcome.

Thanks in advanced!!!

Avatar of bloodredsun
bloodredsun
Flag of Australia image

It should have no impact as Java uses UTF-16 internally to represent Strings (which is a larger set than UTF-8 so it can cope with it) :-)

The only issues may be in the representation of text to the user when you create your web page.
Avatar of BHUSHANGEETE
BHUSHANGEETE

ASKER

Can you please give me more information about represention.
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial