From 7c9d1f62db2f0c81d2461dfcb45ce5f094dc00d0 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Dec 2006 12:20:47 +0000 Subject: [PATCH] (CASE-C.tab): Use printf instead of print for printing `\'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 04ac6a8..0256cde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -320,7 +320,7 @@ CASE-C.tab: UNIDATA/CaseFolding.txt Makefile @$(AWK) '/^[0-9A-Z]*; F/ { \ print "0x"$$1" "; \ for (i = 3; $$i != "#"; i++) \ - print "\\x"$$i; \ + printf "\\x%s",$$i; \ print "\n"; }' FS="[; ][; ]*" ORS="" $< >> $@ NAME.tab: UNIDATA/UnicodeData.txt NAME.awk -- 1.7.10.4