[issue34053] Support localization of unicode descriptions

2019-02-19 Thread Pander
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

[issue34053] Support localization of unicode descriptions

2018-07-05 Thread Pander
Pander added the comment: Thanks, posted it at https://groups.google.com/forum/#!topic/python-ideas/g2jj4WRVDFA -- ___ Python tracker <https://bugs.python.org/issue34

[issue34053] Support localization of unicode descriptions

2018-07-05 Thread Pander
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

[issue6331] Add unicode script info to the unicode database

2018-06-20 Thread Pander
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

[issue16684] Unicode property value abbreviated names and long names

2018-06-20 Thread Pander
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

[issue16684] Unicode property value abbreviated names and long names

2017-01-11 Thread Pander
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 <rep...@bugs.python.org>

[issue6331] Add unicode script info to the unicode database

2017-01-11 Thread Pander
Pander added the comment: Any updates or ideas on how to move this forward? See also https://bugs.python.org/issue16684 Thanks. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/

[issue6331] Add unicode script info to the unicode database

2014-03-23 Thread Pander
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

[issue16684] Unicode property value abbreviated names and long names

2012-12-23 Thread Pander
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 rep...@bugs.python.org http://bugs.python.org

[issue6331] Add unicode script info to the unicode database

2012-12-14 Thread Pander
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

[issue16681] Documentation 'bidirectional category' should be 'bidirectional class' in unicodedata package

2012-12-14 Thread Pander
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 is being referred

[issue16684] Unicode property value abbreviated names and long names

2012-12-14 Thread Pander
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

[issue6331] Add unicode script info to the unicode database

2012-12-14 Thread Pander
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 rep...@bugs.python.org http

[issue16684] Unicode property value abbreviated names and long names

2012-12-14 Thread Pander
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

[issue5894] Lookup of localised language name by ISO 639 language code and reverse look up

2009-05-01 Thread pander
New submission from pander pan...@users.sourceforge.net: 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