Adding upstream version 0.5.1

This commit is contained in:
Tatsuya Kinoshita
2011-05-04 16:05:14 +09:00
parent adc0f0ac3c
commit 72f72d64a4
403 changed files with 329486 additions and 0 deletions

20
libwc/hz.h Normal file
View File

@@ -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