Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite7c1105

Browse files
committed
Document the fact that fuzzystrmatch doesn't work in multibyte encodings.
1 parent25a76c3 commite7c1105

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎doc/src/sgml/fuzzystrmatch.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.4 2008/04/03 21:13:07 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.5 2009/04/06 15:43:00 tgl Exp $ -->
22

33
<sect1 id="fuzzystrmatch">
44
<title>fuzzystrmatch</title>
@@ -12,6 +12,13 @@
1212
functions to determine similarities and distance between strings.
1313
</para>
1414

15+
<caution>
16+
<para>
17+
At present, <filename>fuzzystrmatch</> does not work well with
18+
multi-byte encodings (such as UTF-8).
19+
</para>
20+
</caution>
21+
1522
<sect2>
1623
<title>Soundex</title>
1724

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp