summaryrefslogtreecommitdiff
path: root/tex/context/base/sort-lan.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/sort-lan.lua')
-rw-r--r--tex/context/base/sort-lan.lua20
1 files changed, 2 insertions, 18 deletions
diff --git a/tex/context/base/sort-lan.lua b/tex/context/base/sort-lan.lua
index d2fa276d7..6a0cb8eab 100644
--- a/tex/context/base/sort-lan.lua
+++ b/tex/context/base/sort-lan.lua
@@ -3,13 +3,9 @@ if not modules then modules = { } end modules ['sort-lan'] = {
comment = "companion to sort-lan.mkiv",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "PRAGMA ADE / ConTeXt Development Team",
- license = "see context related readme files",
- dataonly = true,
+ license = "see context related readme files"
}
--- todo: look into uts#10 (2012) ... some experiments ... something
--- to finish in winter.
-
-- Many vectors were supplied by Wolfgang Schuster and Philipp
-- Gesang. However this is a quite adapted and reformatted variant
-- so it needs some checking. Other users provides tables and
@@ -90,20 +86,8 @@ definitions['Duden'] = {
replacements = { { "ß", 's' } },
}
--- definitions['de'] = { parent = 'default' } -- new german
-
-definitions['de'] = {
- parent = 'default',
- replacements = {
- { "ä", 'ae' }, { "Ä", 'Ae' },
- { "ö", 'oe' }, { "Ö", 'Oe' },
- { "ü", 'ue' }, { "Ü", 'Ue' },
- { "ß", 's' },
- },
-}
-
+definitions['de'] = { parent = 'default' } -- new german
definitions['deo'] = { parent = 'de' } -- old german
-
definitions['de-DE'] = { parent = 'de' } -- german - Germany
definitions['de-CH'] = { parent = 'de' } -- german - Swiss