use divided table for full pinyin
authorPeng Wu <alexepico@gmail.com>
Mon, 9 Jul 2012 05:29:18 +0000 (13:29 +0800)
committerPeng Wu <alexepico@gmail.com>
Mon, 9 Jul 2012 05:29:18 +0000 (13:29 +0800)
src/PYLibPinyin.cc

index 621863b..44dcaf2 100644 (file)
@@ -143,7 +143,8 @@ LibPinyinBackEnd::setPinyinOptions (Config *config)
         }
     }
 
-    pinyin_option_t options = config->option() | USE_RESPLIT_TABLE;
+    pinyin_option_t options = config->option()
+        | USE_RESPLIT_TABLE | USE_DIVIDED_TABLE;
     pinyin_set_options (m_pinyin_context, options);
     return TRUE;
 }