summaryrefslogtreecommitdiff
path: root/ConvertUTF.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2004-11-22 04:15:50 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2004-11-22 04:15:50 -0500
commite49ab49fe9202b6f875cf9cba6bad2f320e24fe4 (patch)
tree0aa2ee8c1c8b6188b6725a7ec1e4139d46fbfbdd /ConvertUTF.h
parent040c6f479435a2b4f2a7cb9ef4bd65fca3ec2fcc (diff)
parent7d347a05ce025a9aef28bcf72089e1388dd48d13 (diff)
http://web.archive.org/web/20041122041550/http:/www.unicode.org:80/Public/PROGRAMS/CVTUTF/HEADPROGRAMS/CVTUTF
Diffstat (limited to 'ConvertUTF.h')
-rw-r--r--ConvertUTF.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ConvertUTF.h b/ConvertUTF.h
index 429ab40..e264915 100644
--- a/ConvertUTF.h
+++ b/ConvertUTF.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Unicode, Inc.
+ * Copyright 2001-2004 Unicode, Inc.
*
* Disclaimer
*
@@ -97,6 +97,7 @@ typedef unsigned char Boolean; /* 0 or 1 */
#define UNI_MAX_BMP (UTF32)0x0000FFFF
#define UNI_MAX_UTF16 (UTF32)0x0010FFFF
#define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
+#define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
typedef enum {
conversionOK, /* conversion successful */