1

Possible Duplicates:
Converting Symbols, Accent Letters to English Alphabet.
ń ǹ ň ñ ṅ ņ ṇ ṋ ṉ ̈ ɲ ƞ ᶇ ɳ ȵ --> n or Remove diacritical marks from unicode chars

Hi,

is there a way (java method or lib) to replace all special chars to their base?

something like this:

String result = magicalMethod("łéàç");
assertEquals(result, "leac");

thanks

Community
  • 1
  • 1
Fortega
  • 18,589
  • 14
  • 71
  • 111
  • See http://stackoverflow.com/questions/1008802/converting-symbols-accent-letters-to-english-alphabet – WhiteFang34 Apr 01 '11 at 12:20
  • Duplicate of: http://stackoverflow.com/questions/1453171/n-n-n-or-remove-diacritical-marks-from-unicode-char – Jesper Apr 01 '11 at 12:21

0 Answers0