--- /Metaphone.java	2023-07-05 03:04:34.898041302 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:04:34.898041302 +0200
@@ -113,7 +113,8 @@
         case 'W' : /* looking for WR or WH */
             if (inwd[1] == 'R') {   // WR -> R
                 local.append(inwd, 1, inwd.length - 1); 
-                break ;
+ 
+ 
             }
             if (inwd[1] == 'H') {
                 local.append(inwd, 1, inwd.length - 1);
