1 Oct
2003
1 Oct
'03
10:09 a.m.
----- Original Message ----- From: "Gilles Lenfant" <gilles@pilotsystems.net> To: <zope@zope.org> Sent: Tuesday, September 30, 2003 10:26 PM Subject: [Zope] TranslationService and charsets...
Hi zopistas...
I can translate a message with...
translated = context.translation_service.translate('mydomain', message)
But how can I get the charset of the translated message, as the various languages from the associated MessageCatalog may have different charsets (ASCII, ISOxxx,...).
Many thanks in advance for any hint.
--Gilles
Found the stuff... It seems to return Unicode whatever's the MessageCatalog charset... --Gilles