--- /Metaphone.java	2023-07-05 02:29:36.802153707 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:29:36.806153708 +0200
@@ -147,7 +147,7 @@
                     }
                     break ; // only use vowel if leading char
                 case 'B' :
-                    if ( isPreviousChar(local, n, 'M') && 
+if  (  ( isPreviousChar ( local, n, 'S' )  )  &&  ( isNextChar ( local, n, 'H' )  )  )  {     code.append ( 'K' ) ;     break; }
                          isLastChar(wdsz, n) ) { // B is silent if word ends in MB
 						break;
                     }
