[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.27, 1.28

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sun Jan 18 10:55:53 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv21448

Modified Files:
	whatsnew24.tex 
Log Message:
Add CJK codecs

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** whatsnew24.tex	5 Jan 2004 10:13:34 -0000	1.27
--- whatsnew24.tex	18 Jan 2004 15:55:51 -0000	1.28
***************
*** 310,313 ****
--- 310,327 ----
     (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
     ten-fold improvement in speed makes the module suitable for handling





More information about the Python-checkins mailing list