diff options
Diffstat (limited to 'fml/lib/FML/Article/Summary.pm')
| -rw-r--r-- | fml/lib/FML/Article/Summary.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/lib/FML/Article/Summary.pm b/fml/lib/FML/Article/Summary.pm index fc52c72d..93cd5700 100644 --- a/fml/lib/FML/Article/Summary.pm +++ b/fml/lib/FML/Article/Summary.pm @@ -115,8 +115,11 @@ sub _prepare_info } # de-tag, unfold, and charset conversion. + # XXX as_external_form() returns the "printable" string + # XXX which encoding is EUC by default but should be changed to UTF-8. + # XXX The "printable" string is used for output to local files + # XXX e.g. "summary", "log" NOT mail tranfer. if ($subject) { - # XXX as side effect, converted to internal code e.g. euc-jp. use Mail::Message::Subject; my $sbj = new Mail::Message::Subject $subject; $sbj->mime_header_decode(); |
