Update contrib/unaccent documentation about its unaccent.rules file.
authorTom Lane
Sat, 30 Apr 2016 19:06:26 +0000 (15:06 -0400)
committerTom Lane
Sat, 30 Apr 2016 19:06:26 +0000 (15:06 -0400)
Commit 1bbd52cb9a4aa61a didn't bother with such niceties.

doc/src/sgml/unaccent.sgml

index 1382fafc5ec3859ae14f8a3e0f26d57c46bbf0de..2b127e6736c99abc94789708e209866b0442018e 100644 (file)
@@ -55,7 +55,7 @@
 Ã        A
 Ä        A
 Å        A
-Æ        A
+Æ        AE
 
      The two characters must be separated by whitespace, and any leading or
      trailing whitespace on a line is ignored.
    A more complete example, which is directly useful for most European
    languages, can be found in unaccent.rules, which is installed
    in $SHAREDIR/tsearch_data/ when the 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).