diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-02-02 10:57:51 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:51 -0600 |
commit | 32345b7adae8a7dbcd0c97d3dc1f0150a90b4b27 (patch) | |
tree | f7771d8222f0566c56f3db078fa23f4fc8b07a87 /python/pycld2/unicode.patch | |
parent | 3810c074f7c3fce35a8036814397051026f6dfb1 (diff) | |
download | slackbuilds-32345b7adae8a7dbcd0c97d3dc1f0150a90b4b27.tar.gz |
python/pycld2: Updated for version 20140131.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycld2/unicode.patch')
-rw-r--r-- | python/pycld2/unicode.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/pycld2/unicode.patch b/python/pycld2/unicode.patch new file mode 100644 index 0000000000..8116d90ef9 --- /dev/null +++ b/python/pycld2/unicode.patch @@ -0,0 +1,12 @@ +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}, |