Posted By:
Arin_Ghazarian
Posted On:
Tuesday, February 10, 2004 02:56 AM
I use struts message resource to localize my jsp pages.
struts message resources itself uses property resource bundles to
accompolish its task.the problem arises when I try to
print a message from resource bundle using:
statement and my resource bundle file has a line like:
label.username=u0644u0646
,but it doesnot show the specified unicode characters.
as i have understood it only uses the low order bytes in specifed unicdes (e.g u0644=u0044).
plz help me!