From: handa Date: Fri, 15 Dec 2006 12:20:47 +0000 (+0000) Subject: (CASE-C.tab): Use printf instead of print for X-Git-Tag: REL-1-4-0~154 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9d1f62db2f0c81d2461dfcb45ce5f094dc00d0;p=m17n%2Fm17n-db.git (CASE-C.tab): Use printf instead of print for printing `\'. --- 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