diff options
Diffstat (limited to 'WWW/Library/Implementation/UCMap.h')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index 616c1057..fc10788d 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -1,3 +1,6 @@ +/* + * $LynxId: UCMap.h,v 1.21 2008/12/25 22:36:50 tom Exp $ + */ #ifndef UCMAP_H #define UCMAP_H @@ -8,6 +11,17 @@ #ifdef __cplusplus extern "C" { #endif + typedef enum { + ucError = -1, + ucZeroWidth = -2, + ucInvalidHash = -3, + ucNotFound = -4, + ucNeedMore = -10, + ucCannotConvert = -11, + ucCannotOutput = -12, + ucBufferTooSmall = -13, + } UCStatus; + typedef long UCode_t; extern int UCTransUniChar(UCode_t unicode, |