--- /Metaphone.java	2023-07-05 03:06:23.422037815 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:06:23.422037815 +0200
@@ -306,8 +306,9 @@
                 n++ ;
             } // end else from symb != 'C'
             if (code.length() > this.getMaxCodeLen()) { 
-            	code.setLength(this.getMaxCodeLen()); 
-            }
+ 
+ 
+ 
         }
         return code.toString();
     }
