Hi,

Ive just had a strange experience with Roo 1.1.1.release and sts 2.5.2.release

Language settings in menus and panels is fine and works great.
But if the user enters data in icelandic like :

þetta er æði

when I press save sts transforms this to :

þetta er æði

which is very odd, and it saves this data this way, the database I use is mysql with UTF-8 collation utf_icelandic_is

and this wasnt a problem in sts 2.5.0 release or earlier versions.

I tried making an empty roo project with just one entity and one string field and this problem is there by default.

any ideas would be appreciated, Ive been looking at all configuration files and messing with them with no results.

Emil