From 036cd24c064bac2b3a5d7e8e92c3bb34f376f353 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 16 Feb 2012 16:13:07 +0800 Subject: begin to write ucs4 support --- src/include/novel_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 07fe699..f006840 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -33,6 +33,7 @@ namespace pinyin{ typedef guint32 phrase_token_t; +typedef gunichar ucs4_t; typedef gunichar2 utf16_t; /* -- cgit