hibernate-orm/hibernate-core
Christian Beikov b39fdbf1f8 Fix string to locale conversion
The original implementation didn't care about leading underscores. StringTokenizer skips leading separators which is actually wrong. new Locale("", "XX").toString() produces "_XX" which can't be converted back to the same locale with the original implementation.
2013-05-01 10:43:23 -05:00
..
src Fix string to locale conversion 2013-05-01 10:43:23 -05:00
hibernate-core.gradle simple build script fix for IDEA project generation 2013-04-17 13:26:55 -05:00