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
Changes by John Helour :
Added file: http://bugs.python.org/file45750/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file45740/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file45749/check_iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list m
Changes by John Helour :
Added file: http://bugs.python.org/file45740/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file45708/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
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
_
Changes by John Helour :
Removed file: http://bugs.python.org/file45707/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file45707/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file45706/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file45706/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file45697/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
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.
Pl
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
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
<http://bugs.python.org/issue24
Changes by John Helour :
Removed file: http://bugs.python.org/file45647/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
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'))
>
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
<http://bugs.python.org/issue24
Changes by John Helour :
Removed file: http://bugs.python.org/file39575/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file39633/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file39632/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file39583/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Removed file: http://bugs.python.org/file39631/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file39632/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
Changes by John Helour :
Added file: http://bugs.python.org/file39631/iso6937.py
___
Python tracker
<http://bugs.python.org/issue24339>
___
___
Python-bugs-list mailin
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
<http://bugs.python.org/is
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.
--
compo
27 matches
Mail list logo