From 3dd446de4155227d423e83628a10195e46b385aa Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 7 Jan 2020 16:55:25 +0000 Subject: Add a replacement for the nationalchars module. --- docs/conf/codepages/latin1.conf.example | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/conf/codepages/latin1.conf.example (limited to 'docs/conf/codepages/latin1.conf.example') diff --git a/docs/conf/codepages/latin1.conf.example b/docs/conf/codepages/latin1.conf.example new file mode 100644 index 000000000..3beb002fd --- /dev/null +++ b/docs/conf/codepages/latin1.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. + -- cgit v1.2.3