View Single Post
  #91 (permalink)  
Old July 11th, 2006, 11:28 PM
blablub blablub is offline
Newbie Floating Down The Mistic River
 
Join Date: Jul 2006
Posts: 33
nope, does not work. no it complains about line 16 (before, it was line 17):
Code:
  File "./txt2pla.py", line 16, in ?
    print i,": ",name
UnicodeEncodeError: 'ascii' codec can't encode characters in position 34-35: ordinal not in range(128)
tried it both with 'iso-8859-15' and 'utf-8' - with no success.
Reply With Quote