From bc4b24bd49b8db841f8819eb4830f4be7b3d9198 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Fri, 28 Oct 2016 21:53:29 +0800 Subject: [PATCH 1/7] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1441b4..7d608f5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ * [Unihan Database Lookup](http://www.unicode.org/charts/unihan.html) * [汉典 zdic.net](http://www.zdic.net/) * [字海网,叶典网](http://zisea.com/) +* [国学大师_国学网](http://www.guoxuedashi.com/) * [Unicode、GB2312、GBK和GB18030中的汉字](http://www.fmddlmyy.cn/text24.html) * [GB 18030 - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/GB_18030#PUA) * [通用规范汉字表 - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/%E9%80%9A%E7%94%A8%E8%A7%84%E8%8C%83%E6%B1%89%E5%AD%97%E8%A1%A8) From 1eec9a6aa9f48a98dba8c999e8afcb463d4d460b Mon Sep 17 00:00:00 2001 From: mozillazg Date: Fri, 28 Oct 2016 21:53:29 +0800 Subject: [PATCH 2/7] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1441b4..7d608f5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ * [Unihan Database Lookup](http://www.unicode.org/charts/unihan.html) * [汉典 zdic.net](http://www.zdic.net/) * [字海网,叶典网](http://zisea.com/) +* [国学大师_国学网](http://www.guoxuedashi.com/) * [Unicode、GB2312、GBK和GB18030中的汉字](http://www.fmddlmyy.cn/text24.html) * [GB 18030 - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/GB_18030#PUA) * [通用规范汉字表 - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/%E9%80%9A%E7%94%A8%E8%A7%84%E8%8C%83%E6%B1%89%E5%AD%97%E8%A1%A8) From 713e30ff080b06925457ed6bc9f522a8d14c2f52 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sun, 12 Feb 2017 21:02:54 +0800 Subject: [PATCH 3/7] update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d608f5..cbeb847 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,14 @@ ## 数据介绍 -数据格式: +拼音数据的格式: + + {code point}: {pinyins} # {hanzi} {comments} -* 格式:`{code point}: {pinyins} # {hanzi} {comments}` (示例:`U+4E2D: zhōng,zhòng # 中`) * 以 `#` 开头的行是注释 +* 示例: + + U+4E2D: zhōng,zhòng # 中 [Unihan Database][unihan] 数据版本: From eb08200d0a203c57ecc62ec7a118765518430238 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sun, 12 Feb 2017 21:04:57 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E3=80=90=E5=A6=B3=E3=80=91=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=B8=B8=E7=94=A8=E6=8B=BC=E9=9F=B3=E6=98=AF=E3=80=90?= =?UTF-8?q?n=C7=90=E3=80=91.=20fixed=20#13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overwrite.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/overwrite.txt b/overwrite.txt index e421d89..eb869eb 100644 --- a/overwrite.txt +++ b/overwrite.txt @@ -3,6 +3,7 @@ # 数据格式:{code point}: {pinyins} # {hanzi} # 示例: # U+4E2D: zhōng,zhòng # 中 +U+59B3: nǐ,nǎi # 妳 U+7F57: luó # 罗 U+E815: yè #  U+E816: zuǒ,yǒu #  From fb9e64e6c0a20eb0e792e8a402dffbf8cc2dfa57 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sun, 12 Feb 2017 21:08:42 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E9=92=AD:=20t=C7=92u,d=C7=92u=20=20fixed?= =?UTF-8?q?=20#14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overwrite.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/overwrite.txt b/overwrite.txt index eb869eb..9ce8923 100644 --- a/overwrite.txt +++ b/overwrite.txt @@ -5,6 +5,7 @@ # U+4E2D: zhōng,zhòng # 中 U+59B3: nǐ,nǎi # 妳 U+7F57: luó # 罗 +U+94AD: tǒu,dǒu # 钭 U+E815: yè #  U+E816: zuǒ,yǒu #  U+E81B: zhòu,zhū #  From 73165aec1aa9c249d9863d0ee5b01d0aedbbdfd9 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sun, 12 Feb 2017 21:15:45 +0800 Subject: [PATCH 6/7] v0.4.1 --- CHANGELOG.md | 6 ++++++ merge_unihan.py | 2 +- pinyin.txt | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bdbb1..68e06f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # ChangeLog +## 0.4.1 (2017-02-12): + +* `妳` 的最常用拼音调整为 `nǐ` via [eb08200](https://github.com/mozillazg/pinyin-data/commit/eb08200d0a203c57ecc62ec7a118765518430238) +* `钭` 的拼音更新为 `tǒu,dǒu` via [fb9e64e](https://github.com/mozillazg/pinyin-data/commit/fb9e64e6c0a20eb0e792e8a402dffbf8cc2dfa57) + + ## 0.4.0 (2016-10-17): * Update PUA.txt 详见 [#7](https://github.com/mozillazg/pinyin-data/issues/7) thanks [@Artoria2e5][@Artoria2e5] diff --git a/merge_unihan.py b/merge_unihan.py index f8827ae..ab011fc 100644 --- a/merge_unihan.py +++ b/merge_unihan.py @@ -108,6 +108,6 @@ def extend_pinyins(old_map, new_map, only_no_exists=False): assert set(overwrite_pinyin_map.keys()) - code_set == set() assert set(pua_pinyin_map.keys()) - code_set == set() with open('pinyin.txt', 'w') as fp: - fp.write('# version: 0.4.0\n') + fp.write('# version: 0.4.1\n') fp.write('# source: https://github.com/mozillazg/pinyin-data\n') save_data(new_pinyin_map, fp) diff --git a/pinyin.txt b/pinyin.txt index 08f71d5..72e7c5b 100644 --- a/pinyin.txt +++ b/pinyin.txt @@ -1,4 +1,4 @@ -# version: 0.4.0 +# version: 0.4.1 # source: https://github.com/mozillazg/pinyin-data U+3007: líng # 〇 U+3400: qiū # 㐀 @@ -8756,7 +8756,7 @@ U+59AF: zhóu,chōu # 妯 U+59B0: zhuó # 妰 U+59B1: zhāo # 妱 U+59B2: dá # 妲 -U+59B3: nǎi,nǐ # 妳 +U+59B3: nǐ,nǎi # 妳 U+59B4: yuàn # 妴 U+59B5: tǒu # 妵 U+59B6: xián,xuán,xù # 妶 @@ -23847,7 +23847,7 @@ U+94A9: gōu # 钩 U+94AA: kàng # 钪 U+94AB: fāng # 钫 U+94AC: huǒ # 钬 -U+94AD: tǒu # 钭 +U+94AD: tǒu,dǒu # 钭 U+94AE: niǔ # 钮 U+94AF: bǎ,pá # 钯 U+94B0: yù # 钰 From 2fb6b6d9dbd3cf04594cdd86c2b2cbcfa0d3a948 Mon Sep 17 00:00:00 2001 From: Huang Huang Date: Sun, 12 Feb 2017 21:21:40 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbeb847..ae78721 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ {code point}: {pinyins} # {hanzi} {comments} * 以 `#` 开头的行是注释 +* `{pinyins}` 中使用逗号分隔多个拼音 * 示例: - U+4E2D: zhōng,zhòng # 中 + U+4E2D: zhōng,zhòng # 中 [Unihan Database][unihan] 数据版本: