[issue40328] Add tools for generating mappings_XX.h

2020-05-24 Thread Dong-hee Na


Dong-hee Na  added the comment:

> Would you close this issue?

mappings_hk.h mappings_tw.h are still left :)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40328] Add tools for generating mappings_XX.h

2020-05-24 Thread Inada Naoki


Inada Naoki  added the comment:

Would you close this issue?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40328] Add tools for generating mappings_XX.h

2020-04-29 Thread Dong-hee Na


Dong-hee Na  added the comment:


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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40328] Add tools for generating mappings_XX.h

2020-04-19 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
components: +Demos and Tools
nosy: +hyeshik.chang, serhiy.storchaka
versions: +Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40328] Add tools for generating mappings_XX.h

2020-04-19 Thread Dong-hee Na


Change by Dong-hee Na :


--
keywords: +patch
pull_requests: +18938
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19602

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40328] Add tools for generating mappings_XX.h

2020-04-19 Thread Dong-hee Na


New submission from Dong-hee Na :

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.

--
messages: 366777
nosy: corona10, inada.naoki, vstinner
priority: normal
severity: normal
status: open
title: Add tools for generating mappings_XX.h

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com