> What I'm more interested in is the above. We're hoping to add Unicode > support to microPledge soon (we use web.py+Cheetah), and I suspect making > Cheetah work might be harder than getting web.py on board. 'Scuse the > ignorance, but what is the _ function, and why does it help with i18n?
_ is a translation function for gettext. Pass in a string and it returns the equivalent in the current locale. http://docs.python.org/lib/module-gettext.html -- Hermann Käser http://theragingche.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
