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/viet.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/viet.h')
-rw-r--r-- | libwc/viet.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libwc/viet.h b/libwc/viet.h new file mode 100644 index 0000000..2d080f4 --- /dev/null +++ b/libwc/viet.h @@ -0,0 +1,17 @@ + +#ifndef _WC_VIET_H +#define _WC_VIET_H + +extern wc_uint8 wc_c0_tcvn57122_map[]; +extern wc_uint8 wc_c0_viscii112_map[]; +extern wc_uint8 wc_c0_vps2_map[]; + +extern Str wc_conv_from_viet(Str is, wc_ces ces); +extern void wc_push_to_viet(Str os, wc_wchar_t cc, wc_status *st); +extern void wc_push_to_cp1258(Str os, wc_wchar_t cc, wc_status *st); +extern wc_wchar_t wc_tcvn57123_to_tcvn5712(wc_wchar_t cc); +extern wc_uint32 wc_tcvn5712_precompose(wc_uchar c1, wc_uchar c2); +extern wc_uint32 wc_cp1258_precompose(wc_uchar c1, wc_uchar c2); +extern Str wc_char_conv_from_viet(wc_uchar c, wc_status *st); + +#endif |