diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-03-25 23:12:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-03-25 23:12:00 +0100 |
commit | 41bb7ad440ec4b0d5c35e174792e3c4845313e7b (patch) | |
tree | 28bbc2b1363523f632f6dcbc8bc096072f77f5de /tex/context/base/sort-lan.lua | |
parent | 28351dce705d3546bc4a67b554ee474d2f3cce4a (diff) | |
download | context-41bb7ad440ec4b0d5c35e174792e3c4845313e7b.tar.gz |
beta 2010.03.25 23:12
Diffstat (limited to 'tex/context/base/sort-lan.lua')
-rw-r--r-- | tex/context/base/sort-lan.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/sort-lan.lua b/tex/context/base/sort-lan.lua index e84c81397..ab04077e8 100644 --- a/tex/context/base/sort-lan.lua +++ b/tex/context/base/sort-lan.lua @@ -154,7 +154,7 @@ sorters.mappings['cz'] = { ['w'] = 36, -- w ['x'] = 37, -- x ['y'] = 38, -- y - ['z'] = 49, -- z + ['z'] = 39, -- z [uc(0x017E)] = 40, -- zcaron } |