Investigate ways to make language_codepoints more accurate/meaningful
Open
@nickidlugash is already working on this.
Since Feb 14, 2015.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Reminder to myself to revisit the data that we're outputting. Look at:
- [ ] Include the codepoints for 'auxiliary', 'index', and 'punctuation' tables, in addition to 'exemplar characters'?
- [ ] Include [more languages](http://www.unicode.org/cldr/charts/26/summary/root.html)?
- [ ] Make sure we're correctly converting surrogate pairs to codepoints; this is tricky in JS since it only supports UCS-2 rather than proper UTF-8.
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.
Assessment
This issue has not been assessed yet.