diff options
Diffstat (limited to 'chinese/zhcon/files/patch-src-winime.cpp')
-rw-r--r-- | chinese/zhcon/files/patch-src-winime.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/zhcon/files/patch-src-winime.cpp b/chinese/zhcon/files/patch-src-winime.cpp deleted file mode 100644 index c017310bfebf..000000000000 --- a/chinese/zhcon/files/patch-src-winime.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/winime.cpp.orig Tue Apr 25 00:38:28 2006 -+++ src/winime.cpp Wed Jul 19 22:29:47 2006 -@@ -184,6 +184,8 @@ - p++; - while (IsGB2312_1(*p) && IsGB2312_2(*(p + 1))) - p += 2; -+ while (IsBIG5_1(*p) && IsBIG5_2(*(p + 1))) -+ p += 2; - return !IsHzCode1(*p); - } - |