This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, methane, vstinner
Date 2020-04-19.13:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-19 13:13:59corona10setrecipients: + corona10, vstinner, methane
2020-04-19 13:13:59corona10setmessageid: <[email protected]>
2020-04-19 13:13:59corona10linkissue40328 messages
2020-04-19 13:13:59corona10create