mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Update contrib/unaccent documentation about its unaccent.rules file.
Commit 1bbd52cb9a4aa61a didn't bother with such niceties.
This commit is contained in:
parent
2a2435e699
commit
6376a16ba2
@ -55,7 +55,7 @@
|
|||||||
à A
|
à A
|
||||||
Ä A
|
Ä A
|
||||||
Å A
|
Å A
|
||||||
Æ A
|
Æ AE
|
||||||
</programlisting>
|
</programlisting>
|
||||||
The two characters must be separated by whitespace, and any leading or
|
The two characters must be separated by whitespace, and any leading or
|
||||||
trailing whitespace on a line is ignored.
|
trailing whitespace on a line is ignored.
|
||||||
@ -94,7 +94,10 @@
|
|||||||
A more complete example, which is directly useful for most European
|
A more complete example, which is directly useful for most European
|
||||||
languages, can be found in <filename>unaccent.rules</>, which is installed
|
languages, can be found in <filename>unaccent.rules</>, which is installed
|
||||||
in <filename>$SHAREDIR/tsearch_data/</> when the <filename>unaccent</>
|
in <filename>$SHAREDIR/tsearch_data/</> when the <filename>unaccent</>
|
||||||
module is installed.
|
module is installed. This rules file translates characters with accents
|
||||||
|
to the same characters without accents, and it also expands ligatures
|
||||||
|
into the equivalent series of simple characters (for example, Æ to
|
||||||
|
AE).
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user