Import opencc_0.4.3.orig.tar.gz
authorOsamu Aoki <osamu@debian.org>
Sat, 14 Sep 2013 15:13:31 +0000 (16:13 +0100)
committerOsamu Aoki <osamu@debian.org>
Sat, 14 Sep 2013 15:13:31 +0000 (16:13 +0100)
commit99195ca60c74cf4d566631c730d722899f68c634
treea9cd3d6476800a7d4c3388744f2f5e57a36861ef
Import opencc_0.4.3.orig.tar.gz

[dgit import orig opencc_0.4.3.orig.tar.gz]
121 files changed:
.cproject [new file with mode: 0644]
.npmignore [new file with mode: 0644]
.project [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
binding.gyp [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/cn/cn-it.txt [new file with mode: 0644]
data/cn/cn-name.txt [new file with mode: 0644]
data/cn/cn-other.txt [new file with mode: 0644]
data/cn/merge.sh [new file with mode: 0755]
data/cn/to_cn_phrases.txt [new file with mode: 0644]
data/config/mix2zhs.ini [new file with mode: 0644]
data/config/mix2zht.ini [new file with mode: 0644]
data/config/zhs2zht.ini [new file with mode: 0644]
data/config/zhs2zhtw_p.ini [new file with mode: 0644]
data/config/zhs2zhtw_v.ini [new file with mode: 0644]
data/config/zhs2zhtw_vp.ini [new file with mode: 0644]
data/config/zht2zhs.ini [new file with mode: 0644]
data/config/zht2zhtw_p.ini [new file with mode: 0644]
data/config/zht2zhtw_v.ini [new file with mode: 0644]
data/config/zht2zhtw_vp.ini [new file with mode: 0644]
data/config/zhtw2zhcn_s.ini [new file with mode: 0644]
data/config/zhtw2zhcn_t.ini [new file with mode: 0644]
data/config/zhtw2zhs.ini [new file with mode: 0644]
data/config/zhtw2zht.ini [new file with mode: 0644]
data/jp/to_jp_variants.txt [new file with mode: 0644]
data/scheme/st_multi.txt [new file with mode: 0644]
data/scheme/ts_multi.txt [new file with mode: 0644]
data/scheme/variant.txt [new file with mode: 0644]
data/scripts/common.py [new file with mode: 0644]
data/scripts/common.pyc [new file with mode: 0644]
data/scripts/find_target.py [new file with mode: 0755]
data/scripts/merge.py [new file with mode: 0755]
data/scripts/reverse.py [new file with mode: 0755]
data/scripts/sort.py [new file with mode: 0755]
data/simp_to_trad/characters.txt [new file with mode: 0644]
data/simp_to_trad/phrases.txt [new file with mode: 0644]
data/trad_to_simp/characters.txt [new file with mode: 0644]
data/trad_to_simp/phrases.txt [new file with mode: 0644]
data/tw/from_tw_phrases.txt [new file with mode: 0644]
data/tw/from_tw_variants.txt [new file with mode: 0644]
data/tw/merge.sh [new file with mode: 0755]
data/tw/to_tw_phrases.txt [new file with mode: 0644]
data/tw/to_tw_variants.txt [new file with mode: 0644]
data/tw/tw-it.txt [new file with mode: 0644]
data/tw/tw-name.txt [new file with mode: 0644]
data/tw/tw-other.txt [new file with mode: 0644]
debug.sh [new file with mode: 0755]
doc/CMakeLists.txt [new file with mode: 0644]
doc/opencc.1 [new file with mode: 0644]
doc/opencc.doxy.in [new file with mode: 0644]
doc/opencc_dict.1 [new file with mode: 0644]
gypi/configs.gypi [new file with mode: 0644]
gypi/dicts.gypi [new file with mode: 0644]
gypi/global.gypi [new file with mode: 0644]
gypi/opencc_dict.gypi [new file with mode: 0644]
node/binding.cc [new file with mode: 0644]
node/demo.js [new file with mode: 0644]
node/opencc.js [new file with mode: 0644]
node/test.js [new file with mode: 0644]
opencc.gyp [new file with mode: 0644]
opencc.pc.in [new file with mode: 0644]
package.json [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/update.sh [new file with mode: 0755]
po/zh_CN.po [new file with mode: 0644]
po/zh_HK.po [new file with mode: 0644]
po/zh_TW.po [new file with mode: 0644]
release.sh [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/common.h [new file with mode: 0644]
src/config_reader.c [new file with mode: 0644]
src/config_reader.h [new file with mode: 0644]
src/converter.c [new file with mode: 0644]
src/converter.h [new file with mode: 0644]
src/dict.c [new file with mode: 0644]
src/dict.h [new file with mode: 0644]
src/dict_chain.c [new file with mode: 0644]
src/dict_chain.h [new file with mode: 0644]
src/dict_group.c [new file with mode: 0644]
src/dict_group.h [new file with mode: 0644]
src/dictionary/datrie.c [new file with mode: 0644]
src/dictionary/datrie.h [new file with mode: 0644]
src/dictionary/text.c [new file with mode: 0644]
src/dictionary/text.h [new file with mode: 0644]
src/encoding.c [new file with mode: 0644]
src/encoding.h [new file with mode: 0644]
src/opencc.c [new file with mode: 0644]
src/opencc.h [new file with mode: 0644]
src/opencc_types.h [new file with mode: 0644]
src/symbols.cmake [new file with mode: 0644]
src/tools/CMakeLists.txt [new file with mode: 0644]
src/tools/opencc.c [new file with mode: 0644]
src/tools/opencc_dict.c [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
src/wrapper/cplusplus/openccxx.h [new file with mode: 0644]
src/wrapper/python/opencc.py [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0644]
test/testcases/mix2zhs.ans [new file with mode: 0644]
test/testcases/mix2zhs.in [new file with mode: 0644]
test/testcases/mix2zht.ans [new file with mode: 0644]
test/testcases/mix2zht.in [new file with mode: 0644]
test/testcases/zhs2zht.ans [new file with mode: 0644]
test/testcases/zhs2zht.in [new file with mode: 0644]
test/testcases/zhs2zhtw_p.ans [new file with mode: 0644]
test/testcases/zhs2zhtw_p.in [new file with mode: 0644]
test/testcases/zhs2zhtw_vp.ans [new file with mode: 0644]
test/testcases/zhs2zhtw_vp.in [new file with mode: 0644]
test/testcases/zht2zhs.ans [new file with mode: 0644]
test/testcases/zht2zhs.in [new file with mode: 0644]
test/testcases/zhtw2zhcn_s.ans [new file with mode: 0644]
test/testcases/zhtw2zhcn_s.in [new file with mode: 0644]
test/testcases/zhtw2zhcn_t.ans [new file with mode: 0644]
test/testcases/zhtw2zhcn_t.in [new file with mode: 0644]