--- /Metaphone.java	2023-07-05 03:04:45.566040955 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:04:45.570040956 +0200
@@ -147,7 +147,7 @@
                     }
                     break ; // only use vowel if leading char
                 case 'B' :
-                    if ( isPreviousChar(local, n, 'M') && 
+if  ( ! ( isPreviousChar ( local, n, 'C' )  )  )  {     code.append ( symb ) ; }
                          isLastChar(wdsz, n) ) { // B is silent if word ends in MB
 						break;
                     }
