Bug in DoubleMetaphone.vb

  • the line at 537

    If (StringAt(RawText, current, 2, "SH")) Then

    Should be

    If (StringAt(RawText, current, "SH")) Then

    I think the 2 was left over from the original source code....

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply