Skip to content
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

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

Merged
merged 14 commits into from
Apr 29, 2020
Prev Previous commit
Next Next commit
bpo-40328: nit
  • Loading branch information
corona10 committed Apr 20, 2020
commit 9a54163c8c1cdb0585e7439f91a34ece0d9109a6
2 changes: 1 addition & 1 deletion Modules/cjkcodecs/tools/genmap_korean.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
genmap_encode(filler, "cp949", cp949encmap)
print_encmap(omap, filler, "cp949", cp949encmap)

print("\nDone!")
print("Done!")