summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-14 00:18:33 +0000
committerSadie Powell <sadie@witchery.services>2021-03-14 00:23:56 +0000
commitb6d0ef0989284f95f4e448dbbea2b99226825731 (patch)
treecfd77ae3995409d9968a022305c05c3e9c96261f
parente109aba3acbc32cecfd57477d47c2b2fc88c6752 (diff)
Rename the latin1 codepage to iso-8859-1.
-rw-r--r--docs/conf/codepages/iso-8859-1.conf.example (renamed from docs/conf/codepages/latin1.conf.example)2
-rw-r--r--docs/conf/modules.conf.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/codepages/latin1.conf.example b/docs/conf/codepages/iso-8859-1.conf.example
index 3beb002fd..83a772600 100644
--- a/docs/conf/codepages/latin1.conf.example
+++ b/docs/conf/codepages/iso-8859-1.conf.example
@@ -1,6 +1,6 @@
# This file contains ISO 8859-1 codepage rules for use with the codepage module.
-<codepage name="latin1">
+<codepage name="iso-8859-1">
<cpchars begin="192" end="214" front="yes"> # ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ
<cpchars begin="216" end="246" front="yes"> # ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö
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:
#<include file="examples/codepages/ascii.conf.example">
-#<include file="examples/codepages/latin1.conf.example">
+#<include file="examples/codepages/iso-8859-1.conf.example">
#<include file="examples/codepages/rfc1459.conf.example">
#<include file="examples/codepages/strict-rfc1459.conf.example">
#