In my Struts application, when I load a Resource Bundle (Property file) that has Unicode characters (\u1234) they get interpreted as single characters. However, when I read a file using a FileInputStream the Unicode characters get interpreted as a String "\u1234".
I know I am missing something basic, but I can not figure it out. Can anyone please tell me what the Properties.load() method does that I am not doing? Thanks for any help you can provide. Scott M. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]