From 25ec075c2eb5bd0b5dece77e35164a0077ef96ab Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 19 Dec 2013 00:11:00 +0100 Subject: beta 2013.12.19 00:11 --- scripts/context/lua/mtx-patterns.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/context/lua/mtx-patterns.lua b/scripts/context/lua/mtx-patterns.lua index f887d8c6c..5e2b2d902 100644 --- a/scripts/context/lua/mtx-patterns.lua +++ b/scripts/context/lua/mtx-patterns.lua @@ -286,8 +286,11 @@ function scripts.patterns.load(path,name,mnemonic,ignored) used[char(b)] = true elseif ct == "nd" then -- number + elseif ct == "cf" then + report("%s: %s line with suspected utf character %C, category %s: %s",basename,"keeping",b,ct,line) + used[char(b)] = true else -- maybe accent cf (200D) - report("%s: removing line with suspected utf character %C, category %s: %s",basename,b,ct,line) + report("%s: %s line with suspected utf character %C, category %s: %s",basename,"removing",b,ct,line) splitdata[i] = "" break end -- cgit v1.2.3