diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
commit | 18024037b515bfff83e0230b35151babe6005e18 (patch) | |
tree | b8c80055282a00883284722a3dd6bb25234e07f0 /src/LYCharSets.h | |
parent | 3d8ecbe48af249fa0d77ce4d273e32ce4b7e6e18 (diff) | |
download | lynx-snapshots-18024037b515bfff83e0230b35151babe6005e18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_4
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r-- | src/LYCharSets.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h index b5a889f7..ff68dd9b 100644 --- a/src/LYCharSets.h +++ b/src/LYCharSets.h @@ -1,20 +1,19 @@ + #ifndef LYCHARSETS_H #define LYCHARSETS_H -#include <HTUtils.h> -#include <UCDefs.h> - #ifndef UCMAP_H #include <UCMap.h> #endif /* !UCMAP_H */ extern BOOLEAN LYHaveCJKCharacterSet; -extern BOOLEAN DisplayCharsetMatchLocale; +extern BOOLEAN DisplayCharsetMatchLocale; /* - * currently active character set (internal handler) + * LYchar_set_name[current_char_set] points to the currently active set. */ extern int current_char_set; +extern CONST char * LYchar_set_names[]; /* * Initializer, calls initialization function for the @@ -23,20 +22,20 @@ extern int current_char_set; extern int LYCharSetsDeclared NOPARAMS; -extern CONST char ** LYCharSets[]; -extern CONST char * SevenBitApproximations[]; -extern CONST char ** p_entity_values; -extern CONST char * LYchar_set_names[]; /* Full name, not MIME */ +extern char ** LYCharSets[]; +extern char * SevenBitApproximations[]; +extern char ** p_entity_values; extern int LYlowest_eightbit[]; extern int LYNumCharsets; extern LYUCcharset LYCharSet_UC[]; -extern int UCGetLYhndl_byAnyName PARAMS((char *value)); extern void HTMLSetCharacterHandling PARAMS((int i)); +extern void HTMLSetRawModeDefault PARAMS((int i)); extern void HTMLSetUseDefaultRawMode PARAMS((int i, BOOLEAN modeflag)); +extern void HTMLSetHaveCJKCharacterSet PARAMS((int i)); extern void HTMLUseCharacterSet PARAMS((int i)); extern UCode_t HTMLGetEntityUCValue PARAMS((CONST char *name)); -extern void Set_HTCJK PARAMS((CONST char *inMIMEname, CONST char *outMIMEname)); +extern CONST char * LYEntityNames[]; extern CONST char * HTMLGetEntityName PARAMS((UCode_t code)); /* ** HTMLGetEntityName calls LYEntityNames for iso-8859-1 entity |