[Rt-commit] rt branch, 4.0/rfc2231-param-continuations, updated. rt-4.0.4-120-g63afe45
Thomas Sibley
trs at bestpractical.com
Fri Dec 9 17:39:21 EST 2011
The branch, 4.0/rfc2231-param-continuations has been updated
via 63afe450821ab59b35ae2e28eb72df443a7d7a30 (commit)
from 06b0d1273c3b87a979fc10cbdd0d5ad8edfadd00 (commit)
Summary of changes:
lib/RT/I18N.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 63afe450821ab59b35ae2e28eb72df443a7d7a30
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Dec 9 17:39:08 2011 -0500
Note that we cannot do the refactor yet
diff --git a/lib/RT/I18N.pm b/lib/RT/I18N.pm
index e1953a9..9be3b54 100644
--- a/lib/RT/I18N.pm
+++ b/lib/RT/I18N.pm
@@ -294,7 +294,8 @@ sub DecodeMIMEWordsToEncoding {
}
# XXX TODO: use decode('MIME-Header', ...) and Encode::Alias to replace our
- # custom MIME word decoding and charset canonicalization
+ # custom MIME word decoding and charset canonicalization. We can't do this
+ # until we parse before decode, instead of the other way around.
my @list = $str =~ m/(.*?) # prefix
=\? # =?
([^?]+?) # charset
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list