Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-16 17:28:11 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:35 +0400
commit0c10a5691e43d4ba12e4e6f03505b0954fa9510d (patch)
treeb5406c8ebc7558846f7547868b129c9c88da2278
parentea4a5f19fd539a332a84047025ceba0c11465b93 (diff)
Recommend genutf8.pl when utf8.dat is missing
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 3deb3e9..a827e6a 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -61,7 +61,7 @@ function load_testdata()
local utf8_loaded
utf8_loaded, data.utf8_raw = pcall(util.file_load, "utf8.dat")
if not utf8_loaded then
- data.utf8_raw = "Failed to load utf8.dat"
+ data.utf8_raw = "Failed to load utf8.dat - please run genutf8.pl"
end
data.table_cycle = {}