Nathan Rixham wrote:

>>> Valid email addresses according to the Multipurpose Internet Mail
>>> Extension (MIME) [2]:
>>> [EMAIL PROTECTED]
>>> Ã(c)@℞.com

Uh, no, those aren't valid email address according to any standard.  You
cannot have 8bit characters to the left of the @ in the email address. 
The same really goes for the same on the right hand side of the @, but
some people have difficulties distinguishing between the _actual_ email
address and it may be rendered when the domain part is converted from
punycode.  

The actual email address might be [EMAIL PROTECTED]

which mail-agents with IDN support should display and accept like this:

[EMAIL PROTECTED]


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to