diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-16 14:43:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-16 14:43:38 (GMT) |
commit | 033a543ab1ff09abb8b79c67d748862ce8b55e37 (patch) | |
tree | 23cc6769040e789d3baf84dc56a6baf5e2230888 /Lib/test/cjkencodings/big5.txt | |
parent | c77b9311969f7479870552a57c334029fb5a6eec (diff) | |
download | cpython-033a543ab1ff09abb8b79c67d748862ce8b55e37.zip cpython-033a543ab1ff09abb8b79c67d748862ce8b55e37.tar.gz cpython-033a543ab1ff09abb8b79c67d748862ce8b55e37.tar.bz2 |
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
Diffstat (limited to 'Lib/test/cjkencodings/big5.txt')
-rw-r--r-- | Lib/test/cjkencodings/big5.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/cjkencodings/big5.txt b/Lib/test/cjkencodings/big5.txt new file mode 100644 index 0000000..f442495 --- /dev/null +++ b/Lib/test/cjkencodings/big5.txt @@ -0,0 +1,9 @@ +如何在 Python 中使用既有的 C library? + 在資訊科技快速發展的今天, 開發及測試軟體的速度是不容忽視的 +課題. 為加快開發及測試的速度, 我們便常希望能利用一些已開發好的 +library, 並有一個 fast prototyping 的 programming language 可 +供使用. 目前有許許多多的 library 是以 C 寫成, 而 Python 是一個 +fast prototyping 的 programming language. 故我們希望能將既有的 +C library 拿到 Python 的環境中測試及整合. 其中最主要也是我們所 +要討論的問題就是: + |