[KoCo-CVS] [Commit] cjkcodecs/src _utf_8.c
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-06-20 17:56:10
|
perky 03/06/20 10:56:08 Modified: src _utf_8.c Log: utf-8 is described on rfc2279 Revision Changes Path 1.7 +2 -2 cjkcodecs/src/_utf_8.c Index: _utf_8.c =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/_utf_8.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- _utf_8.c 20 Jun 2003 17:22:59 -0000 1.6 +++ _utf_8.c 20 Jun 2003 17:56:08 -0000 1.7 @@ -1,5 +1,5 @@ /* - * _utf_8.c: the UTF-8 codec + * _utf_8.c: the UTF-8 codec (RFC2279) * * Copyright (C) 2003 Hye-Shik Chang <pe...@Fr...>. * All rights reserved. @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: _utf_8.c,v 1.6 2003/06/20 17:22:59 perky Exp $ + * $Id: _utf_8.c,v 1.7 2003/06/20 17:56:08 perky Exp $ */ #include "codeccommon.h" |