Skip to content

Instantly share code, notes, and snippets.

@lotem
Created June 16, 2014 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lotem/397dd28fc35ea2fdaad0 to your computer and use it in GitHub Desktop.
Save lotem/397dd28fc35ea2fdaad0 to your computer and use it in GitHub Desktop.
在粵拼中啓用臺灣正體字形
# encoding: utf-8
# vim: set sw=2 sts=2 et:
#
# 在粵拼中啓用臺灣正體字形
# 修改 reset: 爲 0~2 的值以指定默認字形
patch:
engine/filters:
- simplifier@zh_simp
- simplifier@zh_tw
- uniquifier
switches/@2:
options: [ zh_trad, zh_simp, zh_tw ]
states:
- 傳統漢字
- 簡化字
- 臺灣正體
reset: 2
zh_simp:
option_name: zh_simp
tips: all
zh_tw:
option_name: zh_tw
opencc_config: zht2zhtw_v.ini
Copy link

ghost commented Jul 8, 2015

粵拼沒有模糊音

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment