Everything everywhere should always be utf-8, IMO. ;-)
ISO-8859-1, WIN-1251, and MacRoman are all of the devil.
Larry
2010/4/26 Björn Raupach :
> Ok, solved my issue. I added the following statement before instantiating
> SqlSessionFactory.
>
> [..]
> Resources.setCharset(Charset.forName("UTF-
Ok, solved my issue. I added the following statement before instantiating
SqlSessionFactory.
[..]
Resources.setCharset(Charset.forName("UTF-8"));
reader = Resources.getResourceAsReader(resource);
SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader,props);
[..]
Maybe UTF-8 sho