Is there any good library that performs conversation of umlauts and special characters to their "flat" representation? Eg:
Ä -> AE
Ü -> UE
ß -> ss
Anything you could advise?
Is there any good library that performs conversation of umlauts and special characters to their "flat" representation? Eg:
Ä -> AE
Ü -> UE
ß -> ss
Anything you could advise?
use
StringUtils
, This is not the well-known apache library . That is solve your issue.