Hi! I'm having problems with east-european characters in resourcebundle.
Bad characters are (example): Ššľť I've tried to convert it into unicode but that does not seem to work for all characters. I have no problem to read from a xml-file correctly (of course). So ... Is there a way to extend ResourceBundle, fill it up with parsed values from the xml-file and finally use it in my jsf-page (with <f:loadBundle/>)? Or is there another way to "render" these characters correctly on my page? Thanks for advice! rgds H

