Cyrillic strings in H2 database
I have a problem persisting Cyrillic strings to in-memory H2 database.
Java displays those strings properly, but after I save and retrieve
strings from H2 using Hibernate they are displayed as blank spaces.
The strange thing is those blank-strings are actually grouped - pressing
left-right shifts only one space, but pressing CTRL+right jumps a few
spaces. Is this a Java or H2 issue and how do I work around it?
No comments:
Post a Comment