From 7d347a05ce025a9aef28bcf72089e1388dd48d13 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 22 Oct 2004 05:57:51 -0500 Subject: http://web.archive.org/web/20041022055751/http:/www.unicode.org:80/Public/BETA/CVTUTF-1-3/ --- readme.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 722c6f4..b9f17fb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,12 +3,12 @@ The accompanying C source code file "ConvertUTF.c" and the associated header file "ConvertUTF.h" provide for conversion between various transformation formats of Unicode characters. The following conversions are supported: - UCS4 to UTF16 - UCS4 to UTF8 - UTF16 to UCS4 - UTF16 to UTF8 - UTF8 to UTF16 - UTF8 to UCS4 + UTF-32 to UTF-16 + UTF-32 to UTF-8 + UTF-16 to UTF-32 + UTF-16 to UTF-8 + UTF-8 to UTF-16 + UTF-8 to UTF-32 In addition, there is a test harness which runs various tests. @@ -33,7 +33,11 @@ Version 1.2: corrected switch statements associated with "extraBytesToRead" UTF8, but the table and this code has always catered for those, cases since at one time they were legal. +Version 1.3: Updated UTF-8 legality check; + updated to use UNI_MAX_LEGAL_UTF32 in UTF-32 conversions + Updated UTF-8 legality tests in harness.c + -Last update: January 6, 2004 +Last update: October 19, 2004 -- cgit v1.2.3