Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Be a bit more clear .. – Prav Jun 29 '10 at 9:16
Where do you get the 60 figure for German anyway? The capital sharp s isn't really in common use for normal text. – Јοеу Jun 29 '10 at 9:17
Someone can ask me why I need that. Ok, I want to extract words in a specific language from a text. For this purpose I need to know each and every letter of the alphabet. – EugeneP Jun 29 '10 at 9:28

closed as too localized by DarkCthulhu, kleopatra, Maerlyn, iny, Andrew Barber Nov 13 '12 at 14:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.