From b6d0ef0989284f95f4e448dbbea2b99226825731 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 14 Mar 2021 00:18:33 +0000 Subject: Rename the latin1 codepage to iso-8859-1. --- docs/conf/codepages/iso-8859-1.conf.example | 42 +++++++++++++++++++++++++++++ docs/conf/codepages/latin1.conf.example | 42 ----------------------------- docs/conf/modules.conf.example | 2 +- 3 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 docs/conf/codepages/iso-8859-1.conf.example delete mode 100644 docs/conf/codepages/latin1.conf.example diff --git a/docs/conf/codepages/iso-8859-1.conf.example b/docs/conf/codepages/iso-8859-1.conf.example new file mode 100644 index 000000000..83a772600 --- /dev/null +++ b/docs/conf/codepages/iso-8859-1.conf.example @@ -0,0 +1,42 @@ +# This file contains ISO 8859-1 codepage rules for use with the codepage module. + + + + # ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ + # ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö + # øùúûüýþÿ + + # ß => S + # à => À + # á => Á + # â => Â + # ã => Ã + # ä => Ä + # å => Å + # æ => Æ + # ç => Ç + # è => È + # é => É + # ê => Ê + # ë => Ë + # ì => Ì + # í => Í + # î => Î + # ï => Ï + # ð => Ð + # ñ => Ñ + # ò => Ò + # ó => Ó + # ô => Ô + # õ => Õ + # ö => Ö + # ø => Ø + # ù => Ù + # ú => Ú + # û => Û + # ü => Ü + # ý => Ý + # þ => Þ + +# Include the ASCII rules to avoid duplication. + diff --git a/docs/conf/codepages/latin1.conf.example b/docs/conf/codepages/latin1.conf.example deleted file mode 100644 index 3beb002fd..000000000 --- a/docs/conf/codepages/latin1.conf.example +++ /dev/null @@ -1,42 +0,0 @@ -# This file contains ISO 8859-1 codepage rules for use with the codepage module. - - - - # ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ - # ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö - # øùúûüýþÿ - - # ß => S - # à => À - # á => Á - # â => Â - # ã => Ã - # ä => Ä - # å => Å - # æ => Æ - # ç => Ç - # è => È - # é => É - # ê => Ê - # ë => Ë - # ì => Ì - # í => Í - # î => Î - # ï => Ï - # ð => Ð - # ñ => Ñ - # ò => Ò - # ó => Ó - # ô => Ô - # õ => Õ - # ö => Ö - # ø => Ø - # ù => Ù - # ú => Ú - # û => Û - # ü => Ü - # ý => Ý - # þ => Þ - -# Include the ASCII rules to avoid duplication. - diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 0b149775b..e8404d6a3 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -618,7 +618,7 @@ # # You should include one of the following files to set your codepage: # -# +# # # # -- cgit v1.2.3