CVS dane: * fvwm-menu-desktop.in: Unicode support from Thomas Funk.

2012-10-03 Thread cvs
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: dane12/10/03 09:59:38 Modified files: bin: Tag: branch-2_6 ChangeLog fvwm-menu-desktop.in Log message: * fvwm-menu-desktop.in: Unicode support from Thomas Funk.

Re: Patch for fvwm-menu-desktop to fix UnicodeDecodeError

2012-10-03 Thread Thomas Funk
Dan Espen wrote: > Sorry this escaped my attention. > > The patch above intercepts a failure in printtext which does this: > > def printtext(text): > print text.encode("utf-8") > > So if I understand the patch, it intercepts one failure to do utf-8 > encoding and tries using iso-8859-15 instea