I'm trying to output a simple String with ä,ö,ü from my properties file which is UTF-8 encoded.
Furthermore I changed my pom.xml to reflect this change:
<build><plugins><plugin><configuration><encoding>UTF-8</encoding>...
and <properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>...
i tried following in my velocity.file $i18n.getText("KEY") But it returns Ãhnliche Vorgänge instead of Ähnliche Vorgänge.
Help is appreciated ;)
Solved! Go to Solution.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.