From 0c10a5691e43d4ba12e4e6f03505b0954fa9510d Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 16 Jan 2012 23:58:11 +1030 Subject: Recommend genutf8.pl when utf8.dat is missing --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 = {} -- cgit v1.2.3-55-g6feb