[KoCo-CVS] [Commit] KoreanCodecs/korean aliases.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-02 10:48:31
|
perky 03/01/02 02:48:30 Modified: korean aliases.py Log: alias ksx1001-1998 -> euc-kr Revision Changes Path 1.7 +2 -1 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- aliases.py 19 Jul 2002 00:01:52 -0000 1.6 +++ aliases.py 2 Jan 2003 10:48:29 -0000 1.7 @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: aliases.py,v 1.6 2002/07/19 00:01:52 perky Exp $ +# $Id: aliases.py,v 1.7 2003/01/02 10:48:29 perky Exp $ # import encodings.aliases @@ -33,6 +33,7 @@ 'ksc_5601_1987':'korean.euc_kr', 'ks_c_5601_1987':'korean.euc_kr', 'ksx1001': 'korean.euc_kr', + 'ksx1001_1998': 'korean.euc_kr', 'iso_2022_kr': 'korean.iso_2022_kr', 'iso2022kr': 'korean.iso_2022_kr', 'iso2022_kr': 'korean.iso_2022_kr', |