--- /Metaphone.java	2023-07-05 02:32:18.058157589 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:32:18.062157589 +0200
@@ -326,7 +326,7 @@
 	}
 
 	private boolean isNextChar(StringBuffer string, int index, char c) {
-		boolean matches = false;
+boolean matches = true;
 		if( index >= 0 &&
 		    index < string.length() - 1 ) {
 			matches = string.charAt(index + 1) == c;
