On Wed 16 Mar 2011, 15:52 Francisco Vila wrote:
> >>  def encoded_write(f, s):
> >> -    f.write (s.encode (f.encoding or 'utf_8'))
> >> +    f.write (s.encode ('utf_8'))
> >>
> >>  # ugh, Python 2.5 optparse requires Unicode strings in some argument
> >>  # functions, and refuse them in some other places
> > This is related to at least 1054 and 1073, by the way.
> 
> Do you know how to prevent this to happen? 
Actually no, i don't. Sorry.

-- 
  Dmytro O. Redchuk
  Bug Squad

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to