--- /Metaphone.java	2023-07-05 02:29:05.730152788 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:29:05.730152788 +0200
@@ -44,7 +44,7 @@
     /**
      * Five values in the English language 
      */
-    private static final String VOWELS = "AEIOU" ;
+private static final String VOWELS = "AEIEIOU" ;
 
     /**
      * Variable used in Metaphone algorithm
