On Sep 12, 10:15 am, Florent Hivert <florent.hiv...@univ-rouen.fr> wrote: > Dear All, > > I'm not sure why it happens there and not elsewhere but I've some trouble > with non ascii encorede letters: > > [...] > applying disjoint_sets_sl.patch > transaction abort! > rollback completed > cleaning up working directory...done > abort: decoding near 'Sébastien ': 'ascii' codec can't decode byte 0xc3 in > position 1: ordinal not in range(128)! > > I think the line in cause is > > disjoint_sets_sl.patch:# User Sébastien Labbé <sla...@gmail.com> > > Sébastien, I'm sorry to ask this to you but can you remove the accents in your > patches and refresh them ?
Another possibility, as in sage/combinat/words/alphabet.py: does it help if it says # coding=utf-8 at the top of the file? John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-devel@googlegroups.com To unsubscribe from this group, send email to sage-combinat-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en -~----------~----~----~----~------~----~------~--~---