I need some help on I18n in Hindi,I am using Struts 1.1 and need to
display fonts in hindi (we use iscii charsets which are 8 bit)...
if i give the hindi value directly in my jsp it is working fine
but it is not able to read the same from the resource file ...
here are the steps i followed
first create applicationresources_hi.properties file
entered the following
prompt.hindi={ÉÚ®úÉ {ÉiÉÉ
next converted the file
native2ascii -encoding ISCII91 srcfile dest file ...
this converts the {ÉÚ®úÉ {ÉiÉÉ to {\u092b\u093e\u090d\u096f\u092b
{\u092bi\u092b\u092b
(locale set to hi in Action)
in my jsp file
this does not work (nothing comes browser) when i get the value from
resource file although there is no problem with the english fonts in the
same file
<FONT SIZE="24" face="Somefont_installed_in_my_system">
<bean:message key="prompt.hindi" />
</font>
this works (hindi font comes on browser)
<FONT SIZE="24" face="Somefont_installed_in_my_system">
{ÉÚ®úÉ {ÉiÉÉ
</font>
Can someone please help me
Regards,
Kiran
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]