From 5397d09e585a1938fb64bc9c5cd5daed1959eb90 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:41:45 +0900 Subject: Adding upstream version 0.5.3 --- libwc/wc_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libwc/wc_types.h') diff --git a/libwc/wc_types.h b/libwc/wc_types.h index 845bf2f..bbf1f42 100644 --- a/libwc/wc_types.h +++ b/libwc/wc_types.h @@ -91,6 +91,7 @@ typedef struct { wc_bool gb18030_as_ucs; /* treat 4 bytes char. of GB18030 as Unicode */ wc_bool no_replace; /* don't output replace character */ wc_bool use_wide; /* use wide characters */ + wc_bool east_asian_width; /* East Asian Ambiguous characters are wide */ } wc_option; typedef struct { -- cgit v1.2.3