1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-cjkcodecs
Section: python
Priority: optional
Maintainer: Changwoo Ryu <cwryu@debian.org>
Build-Depends: debhelper (>> 4.0.0), python, python2.1-dev, python2.2-dev, python2.3-dev
Standards-Version: 3.6.1
Package: python-cjkcodecs
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-cjkcodecs
Description: Python Unicode Codecs Collection for CJK Encodings
This package provides Unicode codecs that make Python aware of
CJK (Chinese, Japanese and Korean) encodings such as EUC-JP,
ISO-2022-KR, BIG5 and GB18030. By using this package, their
characters can be treated as a character string instead of a
byte sequence.
.
This package is a dependency package, which depends on Debian's
default Python version (currently v2.3) and respective
python-cjkcodecs package version.
Package: python2.1-cjkcodecs
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python Unicode Codecs Collection for CJK Encodings
This package provides Unicode codecs that make Python aware of
CJK (Chinese, Japanese and Korean) encodings such as EUC-JP,
ISO-2022-KR, BIG5 and GB18030. By using this package, their
characters can be treated as a character string instead of a
byte sequence.
.
This package is for Python 2.1.
Package: python2.2-cjkcodecs
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python Unicode Codecs Collection for CJK Encodings
This package provides Unicode codecs that make Python aware of
CJK (Chinese, Japanese and Korean) encodings such as EUC-JP,
ISO-2022-KR, BIG5 and GB18030. By using this package, their
characters can be treated as a character string instead of a
byte sequence.
.
This package is for Python 2.2.
Package: python2.3-cjkcodecs
Architecture: any
Priority: standard
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python Unicode Codecs Collection for CJK Encodings
This package provides Unicode codecs that make Python aware of
CJK (Chinese, Japanese and Korean) encodings such as EUC-JP,
ISO-2022-KR, BIG5 and GB18030. By using this package, their
characters can be treated as a character string instead of a
byte sequence.
.
This package is for Python 2.3
|