[issue6331] Add unicode script info to the unicode database

2019-08-27 Thread Greg Price
Change by Greg Price : -- nosy: +Greg Price ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6331] Add unicode script info to the unicode database

2018-06-20 Thread STINNER Victor
STINNER Victor added the comment: > Since June 2018, Unicode version 11.0 is out. Perhaps that could help move > this forward. Python 3.7 has been upgrade to Unicode 11. -- ___ Python tracker

[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 ___

[issue6331] Add unicode script info to the unicode database

2017-01-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list

[issue6331] Add unicode script info to the unicode database

2017-01-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.7 -Python 3.6 ___ Python tracker ___

[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 ___

[issue6331] Add unicode script info to the unicode database

2015-10-17 Thread Denis Jacquerye
Changes by Denis Jacquerye : -- nosy: +Denis Jacquerye ___ Python tracker ___ ___

[issue6331] Add unicode script info to the unicode database

2015-09-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.6 -Python 3.4 ___ Python tracker ___

[issue6331] Add unicode script info to the unicode database

2015-09-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___

[issue6331] Add unicode script info to the unicode database

2015-09-21 Thread Cosimo Lupo
Cosimo Lupo added the comment: I would very much like a `script()` function to be added to the built-in unicodedata module. What's the current status of this issue? Thanks. Cosimo -- nosy: +Cosimo Lupo ___ Python tracker

[issue6331] Add unicode script info to the unicode database

2014-09-02 Thread Elizabeth Myers
Elizabeth Myers added the comment: I think this needs to be fixed, then - we need to study why there are so many new records (e.g. what script contributes most new records), and then look for alternatives. The Common script appears to be very fragmented and may be the cause of the issues.

[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

[issue6331] Add unicode script info to the unicode database

2014-03-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: Adding support for blocks should indeed go into a separate issue. Your code for that is not suitable, as it should integrate with the existing make_unicodedata.py script, which your code does not. And yes, indeed, of course, we automatically update (nearly)

[issue6331] Add unicode script info to the unicode database

2014-03-20 Thread Martin v . Löwis
Martin v. Löwis added the comment: Pander: In what way would this extend or improve the current patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___

[issue6331] Add unicode script info to the unicode database

2013-02-10 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +benjamin.peterson, haypo, lemburg, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___

[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

[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

[issue6331] Add unicode script info to the unicode database

2012-09-26 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- versions: +Python 3.4 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___ ___

[issue6331] Add unicode script info to the unicode database

2010-07-21 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Could someone with unicode knowledge take this review on, given that comments have already been made and responded to? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python

[issue6331] Add unicode script info to the unicode database

2009-07-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- keywords: +needs review stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___

[issue6331] Add unicode script info to the unicode database

2009-07-01 Thread Walter Dörwald
Walter Dörwald wal...@livinglogic.de added the comment: Here is a new version that includes a new function scriptl() that returns the script name in lowercase. -- Added file: http://bugs.python.org/file14418/unicode-script-3.diff ___ Python tracker

[issue6331] Add unicode script info to the unicode database

2009-06-25 Thread Walter Dörwald
Walter Dörwald wal...@livinglogic.de added the comment: I was comparing apples and oranges: The 229 entries for the trunk where for an UCS2 build (the patched version was UCS4), with UCS4 there are 317 entries for the trunk. size unicodedata.o gives: __TEXT __DATA __OBJC others dec hex

[issue6331] Add unicode script info to the unicode database

2009-06-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___

[issue6331] Add unicode script info to the unicode database

2009-06-24 Thread Walter Dörwald
Walter Dörwald wal...@livinglogic.de added the comment: Martin v. Löwis wrote: Martin v. Löwis mar...@v.loewis.de added the comment: I think the patch is incorrect: the default value for the script property ought to be Unknown, not Common (despite UCD.html saying the contrary; see UTR#24

[issue6331] Add unicode script info to the unicode database

2009-06-24 Thread Walter Dörwald
Changes by Walter Dörwald wal...@livinglogic.de: Added file: http://bugs.python.org/file14356/unicode-script-2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___

[issue6331] Add unicode script info to the unicode database

2009-06-24 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I'm puzzled why you use a hard-coded list of script names. The set of scripts will certainly change across Unicode versions, and I think it would be better to learn the script names from Scripts.txt. I hardcoded the list, because I saw

[issue6331] Add unicode script info to the unicode database

2009-06-23 Thread Walter Dörwald
New submission from Walter Dörwald wal...@livinglogic.de: This patch adds a function unicodedata.script() that returns information about the script of the Unicode character. -- components: Unicode files: unicode-script.diff keywords: patch messages: 89642 nosy: doerwalter severity:

[issue6331] Add unicode script info to the unicode database

2009-06-23 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I think the patch is incorrect: the default value for the script property ought to be Unknown, not Common (despite UCD.html saying the contrary; see UTR#24 and Scripts.txt). I'm puzzled why you use a hard-coded list of script names. The set

[issue6331] Add unicode script info to the unicode database

2009-06-23 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +akitada ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6331 ___ ___ Python-bugs-list mailing