Teach levenshtein() about multi-byte characters.
Robert Haas <rhaas@postgresql.org>
Teach levenshtein() about multi-byte characters. Based on a patch by, and further ideas from, Alexander Korotkov.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/fuzzystrmatch/fuzzystrmatch.c | modified | +118 −19 |
| doc/src/sgml/fuzzystrmatch.sgml | modified | +4 −3 |