[issue24339] iso6937 encoding missing

2016-12-04 Thread John Helour
John Helour added the comment: Performance issue resolved, more info on error added. I've checked encoding and decoding on a two UTF-8 ~3MiB txt files. Except the first BOM mark (May I ignore it?) all seems work OK. -- ___ Python tracker <

[issue24339] iso6937 encoding missing

2016-12-04 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Added file: http://bugs.python.org/file45750/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-12-04 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45740/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-12-04 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Added file: http://bugs.python.org/file45749/check_iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-12-03 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Added file: http://bugs.python.org/file45740/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-12-03 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45708/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
John Helour added the comment: Please ignore my previous question about: tmp += bytearray(encoding_map[c], 'latin1', 'ignore') The latest version don't needs such encoding ... -- Added file: http://bugs.python.org/file45708/iso6937.py ___ Python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45707/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Added file: http://bugs.python.org/file45707/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Added file: http://bugs.python.org/file45706/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45706/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-30 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45697/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-29 Thread John Helour
John Helour added the comment: > Please also check whether it's not possible to reuse the charmap codec > functions we have I've found nothing useful, maybe you (as the author) can find something really useful which can improve code readability or increase the performance. Pleas

[issue24339] iso6937 encoding missing

2016-11-26 Thread John Helour
John Helour added the comment: If I take the ISO_6937 file as a template for encoding table then increasing the range 0x20..0x7f to 0x00..0xA0 is the simplest solution. -- Added file: http://bugs.python.org/file45654/iso6937.py ___ Python tracker

[issue24339] iso6937 encoding missing

2016-11-26 Thread John Helour
John Helour added the comment: If I take the ISO_6937 file as a template for encoding table then increasing the range 0x20..0x7f to 0x00..0xA0 is the simplest solution. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue24339] iso6937 encoding missing

2016-11-26 Thread John Helour
Changes by John Helour <helo...@gmail.com>: Removed file: http://bugs.python.org/file45647/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24339] iso6937 encoding missing

2016-11-25 Thread John Helour
John Helour added the comment: @mdk Big thanks for the checker. >Looks like your implementation is missing some codepoints, like "\t": > >>>> >print("\t".encode(encoding='iso6937')) > >

[issue24339] iso6937 encoding missing

2016-11-25 Thread John Helour
John Helour added the comment: PEP8 compliant, added missing codepoints, utf-8 to \u rewrited -- Added file: http://bugs.python.org/file45647/iso6937.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue24339] iso6937 encoding missing

2015-06-18 Thread John Helour
Changes by John Helour helo...@gmail.com: Removed file: http://bugs.python.org/file39575/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Added file: http://bugs.python.org/file39631/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Removed file: http://bugs.python.org/file39583/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Added file: http://bugs.python.org/file39632/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Removed file: http://bugs.python.org/file39631/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Removed file: http://bugs.python.org/file39632/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-05 Thread John Helour
Changes by John Helour helo...@gmail.com: Added file: http://bugs.python.org/file39633/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-06-01 Thread John Helour
John Helour added the comment: I've rewrote the iso6937 codec into Python 3. Could someone check it please? -- Added file: http://bugs.python.org/file39583/iso6937.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24339

[issue24339] iso6937 encoding missing

2015-05-31 Thread John Helour
New submission from John Helour: Please add encoding for the iso6937 charset. Many settopboxes (DVB-T/S) and relevant devices uses it for displaying EPG, videotext, etc. I've wrote (please look at the attached file) the encoding/decoding conversion codec some years ago. -- components