aboutsummaryrefslogtreecommitdiffstats
path: root/libwc/wc_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwc/wc_types.h')
-rw-r--r--libwc/wc_types.h1
1 files changed, 1 insertions, 0 deletions
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 {