Pander added the comment:
As discussed on python-ideas, created scripts at
https://github.com/OpenTaal/python-unicodedata_l10n that provide a starting
point.
--
___
Python tracker
<https://bugs.python.org/issue34
Pander added the comment:
Thanks, posted it at
https://groups.google.com/forum/#!topic/python-ideas/g2jj4WRVDFA
--
___
Python tracker
<https://bugs.python.org/issue34
New submission from Pander :
Please, support localization for Unicode block description and character
description.
Translations are available from
https://github.com/unicode-table/unicode-table-data/tree/master/loc If
possible, use a gettext approach similar to https://pypi.org/project
Pander added the comment:
Since June 2018, Unicode version 11.0 is out. Perhaps that could help move this
forward.
--
___
Python tracker
<https://bugs.python.org/issue6
Pander added the comment:
Since June 2018, Unicode version 11.0 is out. Perhaps that could help move this
forward.
--
___
Python tracker
<https://bugs.python.org/issue16
Pander added the comment:
Any updates or ideas on how to move this forward? Meanwhile, should the issue
relate to version 3.6? Thanks. Ah, see also https://bugs.python.org/issue6331
please
--
___
Python tracker
<http://bugs.python.org/issue16
Pander added the comment:
Any updates or ideas on how to move this forward? See also
https://bugs.python.org/issue16684 Thanks.
--
___
Python tracker
<http://bugs.python.org/issue6
Pander added the comment:
I see the patch support Unicode scripts
https://en.wikipedia.org/wiki/Script_%28Unicode%29 but I am also interested in
support for Unicode blocks https://en.wikipedia.org/wiki/Unicode_block
Code for support for the latter is at https://github.com/nagisa/unicodeblocks
Pander added the comment:
Attached is the requested proof-of-concept script.
--
Added file:
http://bugs.python.org/file28405/create-unicodedata-dicts-prop-value-alias-20121223.py
___
Python tracker
<http://bugs.python.org/issue16
Pander added the comment:
I myself have a lot of Python applications that process font files and interact
with fonttools and FontForge, which are both written in Python too. As you also
have your own dict for this purpose and probably other people too, it would be
justified to add these three
Pander added the comment:
The latest version of the respective sources can be found here:
https://github.com/ConradIrwin/unicodescript
and here:
https://github.com/simukis/unicodeblocks
--
___
Python tracker
<http://bugs.python.org/issue6
New submission from Pander:
The package unicodedata
http://docs.python.org/3/library/unicodedata.html
offers looking up of property values in terms of general category,
bidirectional class and east asian width for Unicode characters
unicodedata.category(unichr)
unicodedata.bidirectional
New submission from Pander:
Documentation in
docs.python.org/3/library/unicodedata.html
on 'bidirectional category' should be 'bidirectional class' in unicodedata
package. Please see
www.unicode.org/Public/UNIDATA/PropertyValueAliases.txt
where only bidirectional class
Pander added the comment:
Please, also consider reviewing functionality offered by:
http://pypi.python.org/pypi/unicodescript/
and
http://pypi.python.org/pypi/unicodeblocks/
which could be used to improve and extend the proposed patch.
--
nosy: +PanderMusubi
New submission from pander :
Hi all,
Does a module exist that can look up localised language names for ISO
639 language codes? If not, could one be constructed according to (sort
of) the following specifications?
1) Look up a localised language name for an ISO 639-1 language code for
a
15 matches
Mail list logo