List the Chinese characters in Unicode?
Open
Nobody has claimed this yet.
i:encoding
- Dominant language
- HTML
- Stars
- 809
- Forks
- 66
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
It might be useful to list the Chinese characters in Unicode, like klreq and alreq:
- The basic set (U+4E00-U+9FA5), i.e., ISO/IEC 10646:1993
- CJK Unified Ideographs Extension A, i.e., U+3400-U+4DB5 in ISO/IEC 10646:1999
- U+3400-U+9FFF (BMP Chinese characters)
- U+20000-U+2FFFF, i.e., CJK Unified Ideographs Extension B to Extension F (Extension I in September 2023), commonly known as the Supplementary Ideographic Plane (SIP)
- U+30000-U+3FFFF, i.e., CJK Unified Ideographs Extension G to Extension H, commonly known as the Tertiary Ideographic Plane (TIP)
- CJK Compatibility Ideographs in the Basic Multilingual Plane (U+F900-U+FAFF)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the character tables in the linked klreq and alreq documents, then review the Unicode ranges listed in this issue. The work is done when clreq contains a clear listing of the proposed Chinese-character ranges, including the BMP, supplementary and compatibility ideographs.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, internationalization
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100