Hello, I’m using JSF-Converters in portlets to transform technical strings into readable values (String replacement).
The problem I have come across is, that special characters (for example ä,ü,ö) are displayed as squares on the page (‘�’).
If I do not use them in java code but in the views or externalized property files, the chars are displayed correctly.
I think this must be a misconfiguration issue, but I have no clue what I have to change.
Best regards,
bernd