View Single Post
Old 09-29-2007, 10:10 PM   #92
DreamDreams
Junior Member
DreamDreams began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2006
A little patch with allows utf-8 in title, author and category from command line

diff pielrf.orig pielrf
524a525,530
> if not isinstance(options.title, unicode):
> options.title = options.title.decode('utf-8')
> if not isinstance(options.category, unicode):
> options.category = options.category.decode('utf-8')
> if not isinstance(options.author, unicode):
> options.author = options.author.decode('utf-8')

Last edited by DreamDreams; 09-29-2007 at 11:31 PM.
DreamDreams is offline   Reply With Quote