Re: [PHP] Poll of sorts: Javascript Form validation or PHP



Nathan Rixham wrote:

Valid email addresses according to the Multipurpose Internet Mail
Extension (MIME) [2]:
ä@example.com
Ã(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 alfons.aaberg@xxxxxxxxxxxxxxxx

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

alfons.aaberg@ënidan.ch


/Per Jessen, Zürich

.



Relevant Pages

  • Javac-compilor error
    ... discipline id.e.programming Java. ... from standard input and writes to standard output, but it is possible to redirect the input ... error occurs while trying to open the file, an exception of type IllegalArgumentException ... then this number of characters, then extra spaces are added to the front of x to bring ...
    (Fedora)
  • Re: Case-sensitivity as option?
    ... Wide characters: Mapped to half-width characters ... I guess taking case insensitivity out of standard would be the right ... simplification (eg. you can use general purpose hash-algorithms ...
    (comp.lang.forth)
  • Re: keyword capitalization -- current practice
    ... outside the scope of the standard. ... more) different characters to be functionally the same. ... I once used a computer that used the ASCII character set, ... But the fortran compiler on that machine only recognized the subset ...
    (comp.lang.fortran)
  • Re: Kerry needs a news reader
    ... When composing a plain-text format-flowed message, Mozilla wraps the lines at 76 characters for the composer. ... MIME is an extension that is supposed to be backwards compatible with the oldest mail and news reader. ... Other mailing lists have solved this issue by putting in a MIME stripper program. ...
    (comp.os.vms)
  • Re: Invariant with DIGIT-CHAR-P and the reader.
    ... should appear to the Lisp reader as a number. ... >>> reading of the standard makes me believe the Lisp reader should ... >> Why a new CL could not accept more forms for unicode digits? ... > a..z, characters chosen by the implementation, and not from some higher ...
    (comp.lang.lisp)