[KoCo-CVS] [Commit] cjkcodecs/cjkcodecs Makefile big5.py cp932.py cp949.py cp950.py euc_jp.py euc_kr
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-05-26 15:28:29
|
perky 03/05/26 08:28:27 Modified: cjkcodecs Makefile big5.py cp932.py cp949.py cp950.py euc_jp.py euc_kr.py gb18030.py gb2312.py gbk.py shift_jis.py Log: Correct comments. Revision Changes Path 1.2 +2 -2 cjkcodecs/cjkcodecs/Makefile Index: Makefile =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 20 May 2003 08:12:36 -0000 1.1 +++ Makefile 26 May 2003 15:28:27 -0000 1.2 @@ -25,7 +25,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.1 2003/05/20 08:12:36 perky Exp $ +# $Id: Makefile,v 1.2 2003/05/26 15:28:27 perky Exp $ # GENERIC_ENCODINGS= gb2312 gbk gb18030 \ @@ -38,7 +38,7 @@ CSET=`echo $$cset|tr "[:lower:]" "[:upper:]"`; \ sed -e "s/%%ENCODING%%/$$CSET/g" \ -e "s/%%encoding%%/$$cset/g" \ - -e "s/%%__%%/ACHTUNG: This is generated file automatically.\ + -e "s/%%__%%/ACHTUNG: This file is generated automatically.\ Please do not edit./g" xxcodec.py.in \ > $$cset.py; \ done 1.3 +2 -2 cjkcodecs/cjkcodecs/big5.py Index: big5.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/big5.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- big5.py 20 May 2003 08:12:36 -0000 1.2 +++ big5.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # big5.py: Python Unicode Codec for BIG5 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: big5.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: big5.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._big5 import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/cp932.py Index: cp932.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/cp932.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp932.py 20 May 2003 08:12:36 -0000 1.2 +++ cp932.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # cp932.py: Python Unicode Codec for CP932 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: cp932.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: cp932.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._cp932 import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/cp949.py Index: cp949.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/cp949.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp949.py 20 May 2003 08:12:36 -0000 1.2 +++ cp949.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # cp949.py: Python Unicode Codec for CP949 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: cp949.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: cp949.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._cp949 import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/cp950.py Index: cp950.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/cp950.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cp950.py 20 May 2003 08:12:36 -0000 1.2 +++ cp950.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # cp950.py: Python Unicode Codec for CP950 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: cp950.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: cp950.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._cp950 import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/euc_jp.py Index: euc_jp.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/euc_jp.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- euc_jp.py 20 May 2003 08:12:36 -0000 1.2 +++ euc_jp.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # euc_jp.py: Python Unicode Codec for EUC_JP # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: euc_jp.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: euc_jp.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._euc_jp import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/euc_kr.py Index: euc_kr.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/euc_kr.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- euc_kr.py 20 May 2003 08:12:36 -0000 1.2 +++ euc_kr.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # euc_kr.py: Python Unicode Codec for EUC_KR # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: euc_kr.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: euc_kr.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._euc_kr import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/gb18030.py Index: gb18030.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/gb18030.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gb18030.py 20 May 2003 08:12:36 -0000 1.2 +++ gb18030.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # gb18030.py: Python Unicode Codec for GB18030 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: gb18030.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: gb18030.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._gb18030 import codec 1.3 +2 -2 cjkcodecs/cjkcodecs/gb2312.py Index: gb2312.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/gb2312.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gb2312.py 20 May 2003 08:12:36 -0000 1.2 +++ gb2312.py 26 May 2003 15:28:27 -0000 1.3 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # gb2312.py: Python Unicode Codec for GB2312 # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: gb2312.py,v 1.2 2003/05/20 08:12:36 perky Exp $ +# $Id: gb2312.py,v 1.3 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._gb2312 import codec 1.2 +2 -2 cjkcodecs/cjkcodecs/gbk.py Index: gbk.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/gbk.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gbk.py 20 May 2003 08:12:36 -0000 1.1 +++ gbk.py 26 May 2003 15:28:27 -0000 1.2 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # gbk.py: Python Unicode Codec for GBK # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: gbk.py,v 1.1 2003/05/20 08:12:36 perky Exp $ +# $Id: gbk.py,v 1.2 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._gbk import codec 1.2 +2 -2 cjkcodecs/cjkcodecs/shift_jis.py Index: shift_jis.py =================================================================== RCS file: /cvsroot/koco/cjkcodecs/cjkcodecs/shift_jis.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shift_jis.py 20 May 2003 08:12:36 -0000 1.1 +++ shift_jis.py 26 May 2003 15:28:27 -0000 1.2 @@ -1,4 +1,4 @@ -# ACHTUNG: This is generated file automatically. Please do not edit. +# ACHTUNG: This file is generated automatically. Please do not edit. # # shift_jis.py: Python Unicode Codec for SHIFT_JIS # @@ -27,7 +27,7 @@ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $Id: shift_jis.py,v 1.1 2003/05/20 08:12:36 perky Exp $ +# $Id: shift_jis.py,v 1.2 2003/05/26 15:28:27 perky Exp $ # from cjkcodecs._shift_jis import codec |