Aha, aha, I got it. The templatize() function outputs gettext calls
with a 'gettext(%r)' % s style string formatting method. So if I change
that to "gettext('%s')" % quote_apostrophes(s), It should spit out
proper UTF-8.Are there good reasons not to do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" 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/Django-I18N -~----------~----~----~----~------~----~------~--~---
