aboutsummaryrefslogtreecommitdiff
path: root/python/pycld2/unicode.patch
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2014-03-09 11:39:25 +0700
committerErik Hanson <erik@slackbuilds.org>2014-03-12 12:42:49 -0500
commit90d67c4fc0ea5b0e8e0ca453cd19077b1a841e4a (patch)
treec8ae725666d05653f7badfb6e5420cd46bcc9f5b /python/pycld2/unicode.patch
parenta977798d31f2b649300c9bebc6bfe422863cf5ea (diff)
python/pycld2: Updated for version 20140206.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycld2/unicode.patch')
-rw-r--r--python/pycld2/unicode.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/pycld2/unicode.patch b/python/pycld2/unicode.patch
deleted file mode 100644
index 8116d90ef9..0000000000
--- a/python/pycld2/unicode.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur pycld2-20140131/encodings.cc pycld2-20140131.b/encodings.cc
---- pycld2-20140131/encodings.cc 2013-08-03 08:43:05.000000000 -0700
-+++ pycld2-20140131.b/encodings.cc 2014-02-01 19:44:06.692623931 -0800
-@@ -40,7 +40,7 @@
- {"CHINESE_GB", CLD2::CHINESE_GB},
- {"CHINESE_EUC_CN", CLD2::CHINESE_EUC_CN},
- {"KOREAN_EUC_KR", CLD2::KOREAN_EUC_KR},
-- {"UNICODE", CLD2::UNICODE},
-+ {"UNICODE", CLD2::UNICODE_UNUSED},
- {"CHINESE_EUC_DEC", CLD2::CHINESE_EUC_DEC},
- {"CHINESE_CNS", CLD2::CHINESE_CNS},
- {"CHINESE_BIG5_CP950", CLD2::CHINESE_BIG5_CP950},