summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2004-10-22 05:57:51 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2004-10-22 05:57:51 -0500
commit7d347a05ce025a9aef28bcf72089e1388dd48d13 (patch)
treef2eb4b50da34c4823dc4f0f2141323829ff924e0 /readme.txt
parent766942acf8f0c0d9ef6c16ffbdedefdfda0af4b2 (diff)
http://web.archive.org/web/20041022055751/http:/www.unicode.org:80/Public/BETA/CVTUTF-1-3/BETA/CVTUTF-1-3
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt18
1 files changed, 11 insertions, 7 deletions
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