(CASE-C.tab): Use printf instead of print for
authorhanda <handa>
Fri, 15 Dec 2006 12:20:47 +0000 (12:20 +0000)
committerhanda <handa>
Fri, 15 Dec 2006 12:20:47 +0000 (12:20 +0000)
printing `\'.

Makefile.am

index 04ac6a8..0256cde 100644 (file)
@@ -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