diff options
Diffstat (limited to 'WWW/Library/Implementation/UCMap.h')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index cc9a487d..5472ad41 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -46,12 +46,10 @@ extern int UCLYhndl_for_unrec; extern int UCLYhndl_HTFile_for_unspec; extern int UCLYhndl_HTFile_for_unrec; -#undef UTF8 /* defined in some broken header files */ - /* easy to type: */ extern int LATIN1; /* UCGetLYhndl_byMIME("iso-8859-1") */ extern int US_ASCII; /* UCGetLYhndl_byMIME("us-ascii") */ -extern int UTF8; /* UCGetLYhndl_byMIME("utf-8") */ +extern int UTF8_handle; /* UCGetLYhndl_byMIME("utf-8") */ #undef TRANSPARENT /* defined on Solaris in <sys/stream.h> */ extern int TRANSPARENT; /* UCGetLYhndl_byMIME("x-transparent") */ |