summaryrefslogtreecommitdiff
path: root/indexing/xindex/lualatex/xindex-base.lua
diff options
context:
space:
mode:
Diffstat (limited to 'indexing/xindex/lualatex/xindex-base.lua')
-rw-r--r--indexing/xindex/lualatex/xindex-base.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/indexing/xindex/lualatex/xindex-base.lua b/indexing/xindex/lualatex/xindex-base.lua
index 6c51f21763..0670451d02 100644
--- a/indexing/xindex/lualatex/xindex-base.lua
+++ b/indexing/xindex/lualatex/xindex-base.lua
@@ -6,7 +6,7 @@
-- LICENSE: LPPL1.3
-----------------------------------------------------------------------
-local info = { version = 0.23 }
+local info = { version = 0.24 }
-- check config
if pageNoPrefixDel ~= "" then
@@ -121,6 +121,7 @@ end
]] -- no more needed, we redo the setting
if use_UCA then
+ writeLog(2,"Endhook for UCA ...",0)
for i=1, #NewIndex do
v = NewIndex[i]
-- the collator:get_lowest_char will return character on the given
@@ -133,6 +134,7 @@ if use_UCA then
v.sortChar = getSortChar(codepoints)
end
end
+ writeLog(2,"done\n",0)
end
if SORTendhook then
@@ -162,6 +164,7 @@ local excl = 0 -- number of ! symbols in one entry
local lastItems = {"","",""}
indLines = 0
writeLog(2,"Start writing .ind file ... \n",0)
+require 'xindex-pretty'.dump(NewIndex) -- only for internal dump
-- first the special cases for symbols and numbers: