mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
20.04.2006 9388df70633757b1501e1740c45a91100b1e2834
opendj-sdk/opends/src/server/org/opends/server/schema/DoubleMetaphoneApproximateMatchingRule.java
@@ -1025,7 +1025,7 @@
          // TH or TTH  will be mapped to either T (for Germanic cases) or
          // O for the rest.
          // 0 (zero) for the rest.
          if (((posPlusOne = valueString.charAt(pos+1)) == 'H') ||
              ((posPlusOne == 'T') && (valueString.charAt(pos+2) == 'H')))
          {
@@ -1037,7 +1037,7 @@
            }
            else
            {
              metaphone.append("O");
              metaphone.append("0");
            }
            pos += 2;