about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/UCDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/UCDefs.h')
-rw-r--r--WWW/Library/Implementation/UCDefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/UCDefs.h b/WWW/Library/Implementation/UCDefs.h
index 53c3a807..19007f75 100644
--- a/WWW/Library/Implementation/UCDefs.h
+++ b/WWW/Library/Implementation/UCDefs.h
@@ -12,7 +12,8 @@ typedef struct _LYUCcharset {
 
     CONST char * MIMEname;
     int enc;
-    int codepage;	/* IBM OS/2 specific number */
+    int codepage;	/* if positive, an IBM OS/2 specific number;
+			   if negative, flag for no table translation */
 
     /* parameters below are not used by chartrans mechanism, */
     /* they describe some relationships against built-in Latin1 charset...*/