UnicodeError: ASCII decoding error: ordinal not in range(128)

eugene kim eugene1977 at hotmail.com
Fri Jul 19 19:46:14 EDT 2002


i used this code..
self.url=attributes["url"].encode('utf-8')
what should i do more?

this is what actual xml file looks like
<item title="2000 MP3 : MP3 
검색엔ì§&\
#132;" 
url="http://music.2000mp3.com/artist_viewk.php3?mode=abcd&name=A&lg=" 
first_time="\
1026491502" last_time="1026491502" visits="1"/>

this is python error msg..
--------------
self.url: http://music.2000mp3.com/artist_viewk.php3?mode=abcd&name=A&lg=
> self.title: 2000 MP3 : MP3 검색엔진
> Traceback (most recent call last):






More information about the Python-list mailing list