> I am trying to read some russian characters from my .properties file
> (encoded in ISO-8859-1) using a PropertyResourceBundle. The russian
[quoted text clipped - 5 lines]
> if key=\u0410\u0424\u0426, valid russian characters are returned
> but if key=\u0460\u04C1\u0482, it returns square boxes.
I'd say it's a problem with the font not supporting the characters. Your
handling of the non-ISO-8859-1 characters is correct, so I'd be surprised
if that's causing any problems.
[...]
> I am not sure what is special about the second string. Is it that java
> has limitations on a set of characters or do I need to do anything
> special to my JDK or WinXP.
I'm not sure of this. It could be that not all characters are mapped in
the font definitions Java uses, or the characters are missing from the
font files of XP that are referred to.

Signature
Oscar Kind http://home.hccnet.nl/okind/
Software Developer for contact information, see website
PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2