[email protected]:
> I use webhelpers in my templates.
>
> Names in cyrillic has non readable format (i have add to controller ##
> -- codepage: utf-8 --)
>
> "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f"
Use Python's "u" prefix to denote Unicode strings:
${h.submit("create", u"Регистрация")}
.pk.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---