projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f3140
)
(CASE-C.tab): Use printf instead of print for
author
handa
<handa>
Fri, 15 Dec 2006 12:20:47 +0000
(12:20 +0000)
committer
handa
<handa>
Fri, 15 Dec 2006 12:20:47 +0000
(12:20 +0000)
printing `\'.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
04ac6a8
..
0256cde
100644
(file)
--- 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