View Single Post
  #90 (permalink)  
Old July 11th, 2006, 02:06 PM
onlyonce onlyonce is offline
Hoping For A Cool Title
 
Join Date: Jan 2005
Posts: 77
Try this (line 14):

Code:
name = "\\"+t[i].rstrip().replace("/", "\\").decode('iso-8859-15')
Adjust the charset as needed, iso-8859-15 is western european with the € sign.
Reply With Quote