[Rt-commit] r13511 - rt/3.8/branches/non-ascii-subject/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Fri Jun 20 23:23:01 EDT 2008
Author: ruz
Date: Fri Jun 20 23:23:01 2008
New Revision: 13511
Modified:
rt/3.8/branches/non-ascii-subject/lib/RT/Template_Overlay.pm
Log:
* add docs
Modified: rt/3.8/branches/non-ascii-subject/lib/RT/Template_Overlay.pm
==============================================================================
--- rt/3.8/branches/non-ascii-subject/lib/RT/Template_Overlay.pm (original)
+++ rt/3.8/branches/non-ascii-subject/lib/RT/Template_Overlay.pm Fri Jun 20 23:23:01 2008
@@ -272,6 +272,11 @@
Returns L<MIME::Entity> object parsed using L</Parse> method. Returns
undef if last call to L</Parse> failed or never be called.
+Note that content of the template is UTF-8, but L<MIME::Parser> is not
+good at handling it and all data of the entity should be treated as
+octets and converted to perl strings using Encode::decode_utf8 or
+something else.
+
=cut
sub MIMEObj {
More information about the Rt-commit
mailing list