diff options
author | Sadie Powell <sadie@witchery.services> | 2021-06-02 03:43:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-06-02 03:43:27 +0100 |
commit | 8ef5c350f08aed38b2d64f8770298baf74f03afe (patch) | |
tree | d908de5185483a8b658ced2023a575f13f02e0d0 /docs/conf | |
parent | 4e38d54da17fa1de449c17a85cb60de1ec157204 (diff) |
Send the CHARSET token if using a non-ascii casemapping.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/codepages/iso-8859-1.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/codepages/iso-8859-2.conf.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/codepages/iso-8859-1.conf.example b/docs/conf/codepages/iso-8859-1.conf.example index 83a772600..a5217cf73 100644 --- a/docs/conf/codepages/iso-8859-1.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="iso-8859-1"> +<codepage name="iso-8859-1" charset="iso-8859-1"> <cpchars begin="192" end="214" front="yes"> # ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ <cpchars begin="216" end="246" front="yes"> # ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö diff --git a/docs/conf/codepages/iso-8859-2.conf.example b/docs/conf/codepages/iso-8859-2.conf.example index df41d88fb..61dd78230 100644 --- a/docs/conf/codepages/iso-8859-2.conf.example +++ b/docs/conf/codepages/iso-8859-2.conf.example @@ -1,6 +1,6 @@ # This file contains ISO 8859-2 codepage rules for use with the codepage module. -<codepage name="iso-8859-2"> +<codepage name="iso-8859-2" charset="iso-8859-2"> <cpchars index="161" front="yes"> # Ą <cpchars index="163" front="yes"> # Ł |