/ Published in: Java
URL: http://www.developpez.net/forums/showthread.php?t=7810
Expand |
Embed | Plain Text
key = key.replace('Ý', 'Y'); key = key.replaceAll("Ù | Ú | Û | Ü", "U"); key = key.replaceAll("Ò | Ó | Ô | Õ | Ö", "O"); key = key.replaceAll("Ì | Í | Î | Ï", "I"); key = key.replaceAll("È | É | Ê | Ë", "E"); key = key.replace('Ç', 'C'); key = key.replaceAll("À | Á | Â | Ã | Ä | Å | Æ", "A");
You need to login to post a comment.
