Issue 40328: Add tools for generating mappings_XX.h (original) (raw)
Issue40328
Created on 2020-04-19 13:13 by corona10, last changed 2022-04-11 14:59 by admin.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 19602 | merged | corona10,2020-04-19 13:26 |
Messages (4) | ||
---|---|---|
msg366777 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-04-19 13:13 |
AFAIK, there are no tools for generating mappings_XX.h under Modules/cjkcodecs. It would cause a maintainable issue, fortunately, I got the old source from https://github.com/BackupTheBerlios/cjkpython. And I success to port into Python3 version and successfully reproduce to generating header file except for mappings_hk.h mappings_tw.h. The patch will include a generator and Unicode mapping file. I am not the codec expert but hopefully it will help us. | ||
msg367682 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-04-29 17:34 |
New changeset 113feb3ec2b08948a381175d33b6ff308d24fceb by Dong-hee Na in branch 'master': bpo-40328: Add tool for generating cjk mapping headers (GH-19602) https://github.com/python/cpython/commit/113feb3ec2b08948a381175d33b6ff308d24fceb | ||
msg369844 - (view) | Author: Inada Naoki (methane) * ![]() |
Date: 2020-05-25 03:49 |
Would you close this issue? | ||
msg369845 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-05-25 04:14 |
> Would you close this issue? mappings_hk.h mappings_tw.h are still left :) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:29 | admin | set | github: 84508 |
2020-05-25 04:14:49 | corona10 | set | messages: + |
2020-05-25 03:49:41 | methane | set | messages: + |
2020-04-29 17:34:31 | corona10 | set | messages: + |
2020-04-19 14:20:06 | serhiy.storchaka | set | nosy: + hyeshik.chang, serhiy.storchakacomponents: + Demos and Toolsversions: + Python 3.9 |
2020-04-19 13:26:02 | corona10 | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest18938> |
2020-04-19 13:13:59 | corona10 | create |