Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
docs: 完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
kitty-panics committed Jun 19, 2022
1 parent f74508c commit 45d2bb7
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

整理 Unicode CJK 字符的 [五笔98] 编码。

[五笔98]: http://98wb.ysepan.com

## 协作整理

由于疏忽、参考资料有误等,码表可能会存在一些错误,如果你发现了错误请通过
Expand All @@ -12,13 +10,13 @@
+ 如果不会 Git 操作可在 [Issues] 中发起反馈。
+ 如果熟悉 Git 操作可在更正错误后发起 [PR]

[PR]: https://github.com/kitty-panics/unicode-cjk-98wubi/pulls
[Issues]: https://github.com/kitty-panics/unicode-cjk-98wubi/issues
[PR]: https://github.com/kitty-panics/unicode-cjk-98wubi/pulls

## 数据格式

每个文件一行一字,以 Tab (制表符) 进行分割,如果某字存在多个编码时,以
`,` (英文逗号)字符进行分割,例:
`,` (英文逗号) 字符进行分割,例:

```Text
U+3007 〇 llll
Expand All @@ -29,7 +27,7 @@ U+4E10 丐 ghn,ghnv

## 文件列表

+ [All.txt] (整合下面 CJK/A/B/C/D/E/F/G/Compatibility/Compatibility-Supplement)
+ [All.txt] (整合下面 CJK-Basic/A/B/C/D/E/F/G/Compat/Compat-Supplement)
+ [CJK-Unified-Ideographs.txt] (中日韩统一表意文字)
+ [CJK-Unified-Ideographs-Extension-A.txt] (中日韩统一表意文字扩展区 A)
+ [CJK-Unified-Ideographs-Extension-B.txt] (中日韩统一表意文字扩展区 B)
Expand Down Expand Up @@ -75,19 +73,12 @@ U+4E10 丐 ghn,ghnv

[cn-tables]: https://github.com/kitty-panics/cn-tables

### [CNS11643-Unicode-Cangjie]

[CNS11643]、Unicode、Cangjie 对照表。

[CNS11643-Unicode-Cangjie]: https://github.com/kitty-panics/CNS11643-Unicode-Cangjie
[CNS11643]: https://data.gov.tw/dataset/5961

### [unicode-cjk]

整理所有 [Unicode] CJK 字符。
整理所有 [Unicode CJK] 字符。

[unicode-cjk]: https://github.com/kitty-panics/unicode-cjk
[Unicode]: https://www.unicode.org/Public/UNIDATA/Blocks.txt
[Unicode CJK]: https://www.unicode.org/Public/UCD/latest/ucd/Blocks.txt

### [unicode-cjk-98wubi]

Expand All @@ -96,12 +87,27 @@ U+4E10 丐 ghn,ghnv
[unicode-cjk-98wubi]: https://github.com/kitty-panics/unicode-cjk-98wubi
[五笔98]: http://98wb.ysepan.com

### [unicode-cjk-cangjie5]

整理 Unicode CJK 字符的 [仓颉5] 编码。

[unicode-cjk-cangjie5]: https://github.com/kitty-panics/unicode-cjk-cangjie5
[仓颉5]: https://github.com/Jackchows/Cangjie5

### [unicode-cjk-cns11643-cangjie]

[Unicode][CNS11643]、Cangjie 对照表。

[unicode-cjk-cns11643-cangjie]: https://github.com/kitty-panics/unicode-cjk-cns11643-cangjie
[Unicode]: https://www.unicode.org/Public/UCD/latest
[CNS11643]: https://data.gov.tw/dataset/5961

### [unicode-cjk-ids]

备份、修补 [chise/ids]

[unicode-cjk-ids]: https://github.com/kitty-panics/unicode-cjk-ids
[chise/ids]: http://git.chise.org/git/chise/ids.git
[chise/ids]: https://gitlab.chise.org/CHISE/ids.git

### [unicode-cjk-zhlf]

Expand Down

0 comments on commit 45d2bb7

Please sign in to comment.