aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/bin
diff options
context:
space:
mode:
authorAnthony Fok <foka>2000-12-24 11:06:33 +0000
committerAnthony Fok <foka>2000-12-24 11:06:33 +0000
commitca7d6c706661d873ff9b17f8123da2116ae1b612 (patch)
tree45d69fad409ea338c8122918c3419c2bb35950a0 /chinese/bin
parent436d390e6001d831b3ddbcb25e0ec0bc1f6da80e (diff)
More fixes.
CVS version numbers chinese/bin/fix_big5.pl: 1.1 -> 1.2 chinese/intro/about.wml: 1.15 -> 1.16 chinese/intro/cn.wml: 1.10 -> 1.11 chinese/intro/why_debian.wml: 1.9 -> 1.10
Diffstat (limited to 'chinese/bin')
-rwxr-xr-xchinese/bin/fix_big5.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/bin/fix_big5.pl b/chinese/bin/fix_big5.pl
index 7ed9accf4bf..f153fb8f8cb 100755
--- a/chinese/bin/fix_big5.pl
+++ b/chinese/bin/fix_big5.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -p
# Fix backslashes in Big5 Chinese characters
-s/^((?:[\x00-\x7F]|(?:[\x80-\xFF].))+[\x80-\xFF]\\)$/$1\\\\/;
+s/^((?:[\x00-\x7F]|(?:[\x80-\xFF].))+[\x80-\xFF]\\)$/$1\\/;
# Protect "{:" when the "{" is a second byte of a Big5 Chinese character
# while (s%^((?:[\x00-\x7f]|[\x80-\xff].)*)([\x80-\xFF]x)%$1$2%) {}

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