Commit 5303a968 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add CJK codecs

parent 84a9931b
...@@ -309,6 +309,20 @@ details. ...@@ -309,6 +309,20 @@ details.
for improved performance. for improved performance.
(Contributed by Dmitry Vasiliev.) (Contributed by Dmitry Vasiliev.)
\item The CJKCodecs collections of East Asian codecs, maintained
by Hye-Shik Chang, was integrated into 2.4.
The new encodings are:
\begin{itemize}
\item Chinese (PRC): gb2312, gbk, gb18030, hz
\item Chinese (ROC): big5, cp950
\item Japanese: cp932, shift-jis, shift-jisx0213, euc-jp,
euc-jisx0213, iso-2022-jp, iso-2022-jp-1, iso-2022-jp-2,
iso-2022-jp-3, iso-2022-jp-ext
\item Korean: cp949, euc-kr, johab, iso-2022-kr
\end{itemize}
\item The \module{heapq} module has been converted to C. The resulting \item The \module{heapq} module has been converted to C. The resulting
ten-fold improvement in speed makes the module suitable for handling ten-fold improvement in speed makes the module suitable for handling
high volumes of data. high volumes of data.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment