internationalization in java:

We need to have traditional character support(chinese, japanese etc) for our applications. The traditional text is available in the oracle database and is displayed correctly in toad but when we access it thru browser/stand alone java app, it is not shown. The language pack is installed correcly on the machine. What else is required to be done to show it? I dont think so any locale specific settings needs to be done in the application.

[446 byte] By [gautam0001a] at [2007-11-27 10:11:33]
# 1

> We need to have traditional character

> support(chinese, japanese etc) for our applications.

> The traditional text is available in the oracle

> database and is displayed correctly in toad but when

> we access it thru browser/stand alone java app, it is

> not shown. The language pack is installed correcly on

> the machine. What else is required to be done to show

> it? I dont think so any locale specific settings

> needs to be done in the application.

This inquiry doesn't seem related to annotations or annotation processing in any way. Asking this question on an i18n forum would be more appropriate.

j.d.darcya at 2007-7-28 15:14:22 > top of Java-index,Core,Core APIs...