diff options
Diffstat (limited to 'chinese/bitchx/files/patch-include::config.h')
-rw-r--r-- | chinese/bitchx/files/patch-include::config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/bitchx/files/patch-include::config.h b/chinese/bitchx/files/patch-include::config.h index 5aad1f5565a4..8b1f2e5613e6 100644 --- a/chinese/bitchx/files/patch-include::config.h +++ b/chinese/bitchx/files/patch-include::config.h @@ -61,7 +61,7 @@ + * clive@FreeBSD.org + */ +#ifdef WANT_BIG5 -+/* XXX I didn't check the encoding range of big5+. This is standard big5. */ ++/* Encoding range below belongs to Big5+ */ +#define is_big5_los(lo) (((char)0x40<=lo)&&(lo<=(char)0x7E)) /* standard */ +#define is_big5_lox(lo) (((char)0x80<=lo)&&(lo<=(char)0xFE)) /* extended */ +#define is_big5_hi(hi) (((char)0x81<=hi)&&(hi<=(char)0xFE)) |