diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:05:14 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:05:14 +0000 |
commit | 72f72d64a422d6628c4796f5c0bf2e508f134214 (patch) | |
tree | 0c9ea90cc53310832c977265521fb44db24a515e /libwc/hz.h | |
parent | Adding upstream version 0.3 (diff) | |
download | w3m-72f72d64a422d6628c4796f5c0bf2e508f134214.tar.gz w3m-72f72d64a422d6628c4796f5c0bf2e508f134214.zip |
Adding upstream version 0.5.1upstream/0.5.1
Diffstat (limited to 'libwc/hz.h')
-rw-r--r-- | libwc/hz.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libwc/hz.h b/libwc/hz.h new file mode 100644 index 0000000..62d9782 --- /dev/null +++ b/libwc/hz.h @@ -0,0 +1,20 @@ + +#ifndef _WC_HZ_H +#define _WC_HZ_H + +#define WC_C_HZ_TILDA '~' +#define WC_C_HZ_SI '{' +#define WC_C_HZ_SO '}' + +#define WC_HZ_NOSTATE 0 +#define WC_HZ_TILDA 1 +#define WC_HZ_TILDA_MB 2 +#define WC_HZ_MBYTE 3 +#define WC_HZ_MBYTE1 4 +#define WC_HZ_MBYTE1_GR 5 + +extern Str wc_conv_from_hz(Str is, wc_ces ces); +extern void wc_push_to_hz(Str os, wc_wchar_t cc, wc_status *st); +extern void wc_push_to_hz_end(Str os, wc_status *st); + +#endif |