diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-05-06 22:30:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-05-06 22:30:00 +0200 |
commit | ec9c0aa1126e13b1e536a7f26d93278c46c1d347 (patch) | |
tree | 4ca4b1af21183f686c0a1d47670cd2cc851b5033 /tex/context/base/sort-lan.lua | |
parent | 65ac490d12b57da094d98763d515f178d3db0195 (diff) | |
download | context-ec9c0aa1126e13b1e536a7f26d93278c46c1d347.tar.gz |
stable 2010.05.06 22:30
Diffstat (limited to 'tex/context/base/sort-lan.lua')
-rw-r--r-- | tex/context/base/sort-lan.lua | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/tex/context/base/sort-lan.lua b/tex/context/base/sort-lan.lua index 477a5ab0e..d80254728 100644 --- a/tex/context/base/sort-lan.lua +++ b/tex/context/base/sort-lan.lua @@ -98,7 +98,8 @@ sorters.entries['cz'] = { ['o'] = "o", ['p'] = "p", ['q'] = "q", - ['s'] = "r", + ['r'] = "r", + [uc(0x00F3)] = uc(0x00F3), -- oacute [uc(0x0147)] = uc(0x0147), -- rcaron ['s'] = "s", [uc(0x0161)] = uc(0x0161), -- scaron @@ -106,11 +107,12 @@ sorters.entries['cz'] = { [uc(0x0165)] = uc(0x0165), -- tcaron ['u'] = "u", [uc(0x00FA)] = "u", - [uc(0x01F6)] = "u", + [uc(0x016F)] = "u", ['v'] = "v", ['w'] = "w", ['x'] = "x", ['y'] = "y", + [uc(0x00FD)] = uc(0x00FD), -- yacute ['z'] = "z", [uc(0x017E)] = uc(0x017E), -- zcaron } @@ -138,24 +140,25 @@ sorters.mappings['cz'] = { ['m'] = 20, -- m ['n'] = 21, -- n [uc(0x0147)] = 22, -- ncaron - ['o'] = 23, -- o - ['p'] = 24, -- p - ['q'] = 25, -- q - ['s'] = 26, -- r - [uc(0x0147)] = 27, -- rcaron - ['s'] = 28, -- s - [uc(0x0161)] = 29, -- scaron - ['t'] = 30, -- t - [uc(0x0165)] = 31, -- tcaron - ['u'] = 32, -- u - [uc(0x00FA)] = 33, -- uacute - [uc(0x01F6)] = 34, -- uring - ['v'] = 35, -- v - ['w'] = 36, -- w - ['x'] = 37, -- x - ['y'] = 38, -- y - ['z'] = 39, -- z - [uc(0x017E)] = 40, -- zcaron + [uc(0x00F3)] = 24, -- oacute + ['p'] = 25, -- p + ['q'] = 26, -- q + ['r'] = 27, -- r + [uc(0x0147)] = 28, -- rcaron + ['s'] = 29, -- s + [uc(0x0161)] = 20, -- scaron + ['t'] = 31, -- t + [uc(0x0165)] = 32, -- tcaron + ['u'] = 33, -- u + [uc(0x00FA)] = 34, -- uacute + [uc(0x016F)] = 35, -- uring + ['v'] = 36, -- v + ['w'] = 37, -- w + ['x'] = 38, -- x + ['y'] = 39, -- y + [uc(0x00FD)] = 40, -- yacute + ['z'] = 41, -- z + [uc(0x017E)] = 42, -- zcaron } -- French |