--- /Soundex.java	2023-07-05 02:59:36.266051443 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Soundex.java	2023-07-05 02:59:36.270051442 +0200
@@ -173,8 +173,9 @@
                 char preHWChar = str.charAt(index - 2);
                 char firstCode = this.map(preHWChar);
                 if (firstCode == mappedChar || 'H' == preHWChar || 'W' == preHWChar) {
-                    return 0;
-                }
+ 
+ 
+ 
             }
         }
         return mappedChar;
