summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2002-08-21 10:22:04 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2002-08-21 10:22:04 -0500
commit040c6f479435a2b4f2a7cb9ef4bd65fca3ec2fcc (patch)
tree8383fc77670817fb5481faffa33790ca15768a67 /readme.txt
parentbd13aea5c28a1366edd0752877051bc720c33875 (diff)
http://web.archive.org/web/20020821102204/http:/www.unicode.org:80/Public/PROGRAMS/CVTUTF/
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/readme.txt b/readme.txt
deleted file mode 100644
index 9bb6a00..0000000
--- a/readme.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-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
-
-
-The files "CVTUTF7.C" and "CVTUTF7.H" are for archival and historical purposes
-only. They have not been updated to Unicode 3.0 and should be considered
-obsolescent. "CVTUTF7.C" contains two functions that can convert between
-UCS2 (i.e., the BMP characters only) and UTF-7. Surrogates are not supported,
-the code has not been tested, and should be considered unsuitable for general
-purpose use.
-
-Please address any bug reports about these programs to:
- http://www.unicode.org/unicode/reporting.html
-
-Last update: July 12, 2001
-
-