[ python-Bugs-1224047 ] Len too large with national characters

SourceForge.net noreply at sourceforge.net
Mon Jun 20 12:52:50 CEST 2005


Bugs item #1224047, was opened at 2005-06-20 12:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1224047&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: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Henrik Winther Jensen (henrikwj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Len too large with national characters

Initial Comment:
It looks as if len returns the lenght of an UTF8 string
even if the string
only contains ascii characters and default encoding is
ascii. This
means that if you insert f. ex. one danish ø in a
string. len will return a
value of 2. i.e.

a='ø'
print len(a)

gives:
2

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

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


More information about the Python-bugs-list mailing list