--- /RefinedSoundex.java	2023-07-05 02:32:40.430158026 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 02:32:40.430158026 +0200
@@ -170,10 +170,11 @@
 
             current = getMappingCode(str.charAt(i));
             if (current == last) {
-                continue;
-            } else if (current != 0) {
-                sBuf.append(current);
-            }
+ 
+ 
+ 
+ 
+ 
 
             last = current;
 
