On Sat, Feb 12, 2011 at 4:13 PM, Jean-Denis Girard <[email protected]>wrote:
> It seems calling "render_unicode" instead of "render" in > tgext/menu/functions.py works for me; see > http://www.makotemplates.org/docs/usage.html#using-unicode-and-encoding > > Do you want me to file a bug? > No need to do so anymore. Thanks to your explanation, I was able to make an easy test case. From there, I changed the code to use render_unicode, and my tests are all passing again. I've tagged v1.0b4, and release 1.0b4 to pypi. You should be able to use it via: easy_install -U tgext.menu Thank you for the feedback. It very much helps! -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

