Normalize UTF-8 character
807580Nov 3 2009 — edited Nov 4 2009I have to do String comparision between English String and similar UTF-* string:
Example: Nacori and Nácori, Rayon and Rayón
Right now my String comparision return failure for such cases.
Is there any Java library/Class then can help to mark such cases with similar name as pass.? OR converting Rayón to similar english word like Rayon?