On Sat, 24 Feb 2007 05:14:21 -0000, Chris Newman <Chris.Newman at Sun.COM>
wrote:
Frank Ellermann wrote on 2/23/07 14:11 +0100:
The input is already valid (one hopes) raw UTF-8,
why not simply use RFC 3987 style for it ? I.e.
"percent-encoded" everywhere, not only for some
forbidden ASCII octets (CTL, SP, %, +, and =).
Or, for that matter, why not just use <xtext>? That would be no more of a
mess that RFC 3461 already made of it. There is nothing in RFC 3461 thst
prevents the use of <xtext> for octets >=128, except that they didn't
anticipate it. Existing software (and humans) that understand the addr-type
rfc822 would then immediately understand addr-type utf-8-enc. <xtext> ain't
(that) broken. Why fix it? There are already too many ways of encoding 8bits
into 7. Why invent yet another one?