Thread: [KoCo-CVS] [Commit] cjkcodecs ROADMAP
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-05-20 12:21:02
|
perky 03/05/20 05:21:01 Added: . ROADMAP Log: Add the future vision ;) Revision Changes Path 1.1 cjkcodecs/ROADMAP Index: ROADMAP =================================================================== CJK codecs planned update details ================================= $Id: ROADMAP,v 1.1 2003/05/20 12:21:01 perky Exp $ --- version 1.0 - Supported encodings: big5, cp932, cp949, cp950, gb18030, gb2312, gbk, euc-jp, euc-kr, shift-jis - PEP293 full support. - StreamReader, StreamWriter is fully stateful. (StreamWriter doesn't buffer pending characters to wait to complete sequences) --- version 1.1 - Universal ISO-2022 framework. - Newly supported encodings: iso-2022-cn, iso-2022-jp, iso-2022-jp-1, iso-2022-jp-2, iso-2022-kr, johab - 'hangul' module will be imported from KoreanCodecs. --- version 1.2 - Incorporation of mapping for CNS 11643 planes and JIS X 1003 planes - Newly supported encodings: iso-2022-jp-3, iso-2022-tw, euc-jisx1003, euc-tw, shift-jisx1003 --- version 1.3 - Newly supported encodings: big5hkscs, hkscs, hzgb, mac_korean, mac_japanese - StreamWriter will be allow to buffer incomplete sequences on this version. - U+1100 Hangul Jamo sequences will be conjoined into syllable sequences transparently on encoding into korean encodings. |
From: Hye-Shik C. <pe...@us...> - 2003-05-22 00:04:05
|
perky 03/05/21 17:04:04 Removed: . ROADMAP Log: Remove ROADMAP. I'll implement all of features mentioned on this document before release 1.0. Heh. |
From: Hye-Shik C. <pe...@us...> - 2003-06-05 09:58:54
|
perky 03/06/05 02:58:52 Added: . ROADMAP Log: Re-add ROADMAP Revision Changes Path 1.3 +30 -33 cjkcodecs/ROADMAP |
From: Hye-Shik C. <pe...@us...> - 2003-06-10 11:31:36
|
perky 03/06/10 04:31:35 Modified: . ROADMAP Log: Include JIS X 0213 encodings in 1.0 and hkscs, Mac encodings on 1.1 Revision Changes Path 1.4 +13 -13 cjkcodecs/ROADMAP Index: ROADMAP =================================================================== RCS file: /cvsroot/koco/cjkcodecs/ROADMAP,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ROADMAP 5 Jun 2003 09:58:51 -0000 1.3 +++ ROADMAP 10 Jun 2003 11:31:35 -0000 1.4 @@ -1,26 +1,26 @@ -Scheduled new encodings for each versions +Planned Updates -Authority 0.9 1.0 1.1 1.2 -============================================================================== +Authority 0.9 1.0 1.1 +================================================================== China (PRC) gb2312 iso-2022-cn gbk(cp936) iso-2022-cn-ext gb18030 hz -Hong Kong hkscs +Hong Kong hkscs -Japan shift-jis iso-2022-jp-2 euc-jisx0213 iso-2022-int-1 - euc-jp shift-jisx0213 mac_japanese - cp932 iso-2022-jp-3 - iso-2022-jp +Japan shift-jis iso-2022-jp-2 iso-2022-int-1 + euc-jp iso-2022-jp-3 mac_japanese + cp932 euc-jisx0213 + iso-2022-jp shift-jisx0213 iso-2022-jp-1 -Korea (ROK) euc-kr (ksx1001:2002) mac_korean - cp949(uhc) unijohab - johab +Korea (ROK) euc-kr (ksx1001:2002) + cp949(uhc) mac_korean + johab unijohab iso-2022-kr -Korea (DPRK) euc-kp +Korea (DPRK) euc-kp Taiwan big5 iso-2022-cn cp950 iso-2022-cn-ext @@ -30,5 +30,5 @@ utf-16 -# $Id: ROADMAP,v 1.3 2003/06/05 09:58:51 perky Exp $ +# $Id: ROADMAP,v 1.4 2003/06/10 11:31:35 perky Exp $ # ex: ts=8 sts=4 et |
From: Hye-Shik C. <pe...@us...> - 2003-07-12 03:55:53
|
perky 03/07/11 20:55:43 Modified: . ROADMAP Log: Reorder to alphabetical order. Remove planned update for KS X 1001:2002. Revision Changes Path 1.5 +6 -6 cjkcodecs/ROADMAP Index: ROADMAP =================================================================== RCS file: /cvsroot/koco/cjkcodecs/ROADMAP,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ROADMAP 10 Jun 2003 11:31:35 -0000 1.4 +++ ROADMAP 12 Jul 2003 03:55:42 -0000 1.5 @@ -15,13 +15,13 @@ iso-2022-jp shift-jisx0213 iso-2022-jp-1 -Korea (ROK) euc-kr (ksx1001:2002) - cp949(uhc) mac_korean - johab unijohab - iso-2022-kr - Korea (DPRK) euc-kp +Korea (ROK) euc-kr mac_korean + cp949(uhc) unijohab + johab + iso-2022-kr + Taiwan big5 iso-2022-cn cp950 iso-2022-cn-ext euc-tw @@ -30,5 +30,5 @@ utf-16 -# $Id: ROADMAP,v 1.4 2003/06/10 11:31:35 perky Exp $ +# $Id: ROADMAP,v 1.5 2003/07/12 03:55:42 perky Exp $ # ex: ts=8 sts=4 et |