2012/11/22 [email protected] <[email protected]>: > Hi Lenart > > thanks for replying and the input about encoding the properties files! > > Unfortunately encoding the properties file will only solve the problem > partially: > > Some texts in selects do come from a database and will still get > scrambled...
You must properly setup connection with UTF-8 encoding eg. for MySql jdbc:mysql://host/database?characterEncoding=UTF-8 also database must be create with support for UTF-8 as well Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
