8000 bpo-40328: Add tool for generating cjk mapping headers by corona10 · Pull Request #19602 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-40328: Add tool for generating cjk mapping headers #19602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 29, 2020
Prev Previous commit
Next Next commit
bpo-40328: Update README
  • Loading branch information
corona10 committed Apr 20, 2020
commit c7487f1f09f2fca66399e5f436d3a77ee343632e
4 changes: 1 addition & 3 deletions Modules/cjkcodecs/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
To generate or modify mapping headers
-------------------------------------
Mapping headers are imported from CJKCodecs as pre-generated form.
If you need to tweak or add something on it, please look at tools/
subdirectory of CJKCodecs' distribution.
Mapping headers are generated from Tools/unicode/genmap_*.py



Expand Down
0