projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06552b
)
Added chinese utf8 recoding
author
slubek
<slubek>
Tue, 21 Jan 2003 20:38:27 +0000
(20:38 +0000)
committer
slubek
<slubek>
Tue, 21 Jan 2003 20:38:27 +0000
(20:38 +0000)
lang/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/lang/Makefile
b/lang/Makefile
index 28d8eac795833ea99a278b12bcddaa62c86f8298..5f8e9ac66a4636e5982bad235e9c392b931afaae 100644
(file)
--- a/
lang/Makefile
+++ b/
lang/Makefile
@@
-18,3
+18,8
@@
english:
awk '{ gsub(">",">"); gsub("<","<"); print $0}' \
> ${DESTDIR}/english.php
+chinese-utf8:
+ cat chinese-tr-utf8.php | recode utf8..html | \
+ awk '{ gsub(">",">"); gsub("<","<"); print $0}' \
+ > ${DESTDIR}/chinese-tr-utf8.php
+