[ python-Bugs-1743795 ] Some incorrect national characters (Polish) in unicodedata

SourceForge.net noreply at sourceforge.net
Wed Jun 27 10:28:51 CEST 2007


Bugs item #1743795, was opened at 2007-06-26 20:45
Message generated for change (Comment added) made by lemburg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1743795&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unicode
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: admindomeny (admindomeny)
Assigned to: M.-A. Lemburg (lemburg)
Summary: Some incorrect national characters (Polish) in unicodedata

Initial Comment:
Hello,

This problem regards pythonwin (I haven't checked whether unix/commandline python is affected), Python 2.5.1.

Examples on attached screenshot.

E.g. print u'\N{LATIN SMALL LETTER A WITH CIRCUMFLEX}' prints wrong character (latin small a with some caret above it it seems) as well as 

print unicodedata.name( / latin small letter a with circumflex, typed in Windows using Polish "programmer's keyboard" / ) produces 'SUPERSCRIPT ONE', which is obviously incorrect.



----------------------------------------------------------------------

>Comment By: M.-A. Lemburg (lemburg)
Date: 2007-06-27 10:28

Message:
Logged In: YES 
user_id=38388
Originator: NO

This sounds more like a problem with entry of Unicode characters in
pythonwin than the unicodedata module.

Please create a test.py file with the character using e.g. UTF-8 as source
code encoding and run that through the Python interpreter directly to see
if the problem persists.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1743795&group_id=5470


More information about the Python-bugs-list mailing list