diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index a5cdca21bbb..b487e1d220e 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -129,6 +129,9 @@ extern int charset_katakana_jisx0201; /* JISX0201.Kana (Japanese Katakana) */ | |||
| 129 | extern int charset_latin_jisx0201; /* JISX0201.Roman (Japanese Roman) */ | 129 | extern int charset_latin_jisx0201; /* JISX0201.Roman (Japanese Roman) */ |
| 130 | extern int charset_big5_1; /* Big5 Level 1 (Chinese Traditional) */ | 130 | extern int charset_big5_1; /* Big5 Level 1 (Chinese Traditional) */ |
| 131 | extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ | 131 | extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ |
| 132 | extern int charset_mule_unicode_0100_24ff; | ||
| 133 | extern int charset_mule_unicode_2500_33ff; | ||
| 134 | extern int charset_mule_unicode_e000_ffff; | ||
| 132 | 135 | ||
| 133 | /* Check if CH is an ASCII character or a base leading-code. | 136 | /* Check if CH is an ASCII character or a base leading-code. |
| 134 | Nowadays, any byte can be the first byte of a character in a | 137 | Nowadays, any byte can be the first byte of a character in a |