is there a library that can return strings like that
Lib.Alpha.FOR_LATIN = 'abcd...zABCD..XYZ'
Lib.Alpha.FOR_GERMAN = 'aäbcd..oö..uü...'
etc?
is there a library that can return strings like that
Lib.Alpha.FOR_LATIN = 'abcd...zABCD..XYZ'
Lib.Alpha.FOR_GERMAN = 'aäbcd..oö..uü...'
etc?
Something similiar has been asked before: how-can-i-determine-what-the-alphabet-for-a-locale-is-in-java
Even though the other author was looking for a language test, the answers might help you too.