diff options
Diffstat (limited to 'WWW/Library/Implementation/HTML.h')
-rw-r--r-- | WWW/Library/Implementation/HTML.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTML.h b/WWW/Library/Implementation/HTML.h index 7480b678..f1653cf1 100644 --- a/WWW/Library/Implementation/HTML.h +++ b/WWW/Library/Implementation/HTML.h @@ -76,6 +76,8 @@ struct _HTStructured { BOOL select_disabled; HTChunk textarea; /* Grow by 128 */ char * textarea_name; + int textarea_name_cs; + char * textarea_accept_cs; char * textarea_cols; int textarea_rows; int textarea_disabled; @@ -148,6 +150,7 @@ struct _HTStructured { LYUCcharset * UCI; /* pointer to node_anchor's UCInfo */ int UCLYhndl; /* tells us what charset we are fed */ UCTransParams T; + int tag_charset; /* charset for attribute values etc. */ #endif }; |