diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-09-19 12:37:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-09-19 12:37:00 +0200 |
commit | 0db4b524a2206b4b5d9498bfd10d00638541e30a (patch) | |
tree | 3a61c1965861091190226566466de4c219e91261 /tex/context/base/sort-lan.lua | |
parent | e5cc3bef1e068851dd40872872f74e72c1737280 (diff) | |
download | context-0db4b524a2206b4b5d9498bfd10d00638541e30a.tar.gz |
beta 2011.09.19 12:37
Diffstat (limited to 'tex/context/base/sort-lan.lua')
-rw-r--r-- | tex/context/base/sort-lan.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/sort-lan.lua b/tex/context/base/sort-lan.lua index e7556c1de..351c73e45 100644 --- a/tex/context/base/sort-lan.lua +++ b/tex/context/base/sort-lan.lua @@ -863,8 +863,7 @@ definitions["et"] = { local fschars = characters.fschars local function firstofsplit(first) - local fs = fschars[first] or first - -- print(string.format("%04x %04x",utfbyte(first),utfbyte(fs))) + local fs = fschars[first] or first -- leadconsonant return fs, fs -- entry, tag end |