aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/bin
diff options
context:
space:
mode:
authorAnthony Fok <foka>2002-10-23 17:30:33 +0000
committerAnthony Fok <foka>2002-10-23 17:30:33 +0000
commit0cbd8ada6993a2a1e8f8aafefb827bb569defce4 (patch)
treeae01848cfc189fadcbb02c020b445e51ea3f0406 /chinese/bin
parente52a6fd4ce15825de6d2d40cfbe8ac96a871ecc1 (diff)
Minor cosmetic change for HK (ùØ and ¸Ì)
CVS version numbers chinese/bin/totw.pl: 1.29 -> 1.30
Diffstat (limited to 'chinese/bin')
-rwxr-xr-xchinese/bin/totw.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/chinese/bin/totw.pl b/chinese/bin/totw.pl
index 96d848d3b64..36e1efb2b8f 100755
--- a/chinese/bin/totw.pl
+++ b/chinese/bin/totw.pl
@@ -107,5 +107,10 @@ s/¼Æ¾Ú®w/¸ê®Æ®w/g;
# ¥Í©È¦³¤Hªº¹q¸£Åª¤£¨ì¡uùØ¡v¦r¡C
-1 while (s/^((?:[\x00-\x7f]|[\x80-\xff].)*)ùØ/$1¸Ì/);
+if ($sublang eq 'tw') {
+ 1 while (s/^((?:[\x00-\x7f]|[\x80-\xff].)*)ùØ/$1¸Ì/);
+}
+elsif ($sublang eq 'hk') {
+ 1 while (s/^((?:[\x00-\x7f]|[\x80-\xff].)*)¸Ì/$1ùØ/);
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy