On Tue, Dec 23, 2014 at 1:05 PM, Fidel N <[email protected]> wrote:
> phew, long time no program in python, seems like I forgot the basics -_- > > Code solution, using "u" before the "Ñ": > > @first # -*- coding: utf-8 -*-. > > c.p.b = c.p.b + u"Ñ" > Note that this is valid in Python 3.3 and later: https://docs.python.org/3/whatsnew/3.3.html EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
