From owner-cvs-all Thu Oct 10 15:56:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8AD37B401; Thu, 10 Oct 2002 15:56:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5FB43E65; Thu, 10 Oct 2002 15:56:18 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9AMuICo071174; Thu, 10 Oct 2002 15:56:18 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9AMuISB071173; Thu, 10 Oct 2002 15:56:18 -0700 (PDT) Message-Id: <200210102256.g9AMuISB071173@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 10 Oct 2002 15:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc mbrune.3 multibyte.3 rune.3 setlocale.3 setrunelocale.c utf2.4 utf8.5 utf8.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/10/10 15:56:18 PDT Modified files: lib/libc/locale Makefile.inc mbrune.3 multibyte.3 rune.3 setlocale.3 setrunelocale.c utf2.4 Added files: lib/libc/locale utf8.5 utf8.c Log: Add a UTF-8 encoding method, which will eventually replace the antique "UTF2" method. Although UTF-8 and the old UTF2 encoding are compatible for 16-bit characters, the new UTF-8 implementation is much more strict about rejecting malformed input and also handles the full 31 bit range of characters. Revision Changes Path 1.41 +3 -1 src/lib/libc/locale/Makefile.inc 1.12 +2 -1 src/lib/libc/locale/mbrune.3 1.18 +2 -1 src/lib/libc/locale/multibyte.3 1.20 +2 -1 src/lib/libc/locale/rune.3 1.25 +2 -1 src/lib/libc/locale/setlocale.3 1.26 +3 -0 src/lib/libc/locale/setrunelocale.c 1.10 +9 -3 src/lib/libc/locale/utf2.4 1.1 +115 -0 src/lib/libc/locale/utf8.5 (new) 1.1 +204 -0 src/lib/libc/locale/utf8.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message