/ Published in: Java
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
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");
URL: http://www.developpez.net/forums/showthread.php?t=7810
Comments
 Subscribe to comments
                    Subscribe to comments
                
                