diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/unaccent.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/unaccent.sgml b/doc/src/sgml/unaccent.sgml index aef0031dcbc..1382fafc5ec 100644 --- a/doc/src/sgml/unaccent.sgml +++ b/doc/src/sgml/unaccent.sgml @@ -72,6 +72,14 @@ <listitem> <para> + Actually, each <quote>character</> can be any string not containing + whitespace, so <filename>unaccent</> dictionaries could be used for + other sorts of substring substitutions besides diacritic removal. + </para> + </listitem> + + <listitem> + <para> As with other <productname>PostgreSQL</> text search configuration files, the rules file must be stored in UTF-8 encoding. The data is automatically translated into the current database's encoding when |
