--- /Metaphone.java	2023-07-05 02:29:36.382153695 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:29:36.386153695 +0200
@@ -148,9 +148,10 @@
                     break ; // only use vowel if leading char
                 case 'B' :
                     if ( isPreviousChar(local, n, 'M') && 
-                         isLastChar(wdsz, n) ) { // B is silent if word ends in MB
-						break;
-                    }
+ 
+ 
+ 
+ 
                     code.append(symb);
                     break;
                 case 'C' : // lots of C special cases
