Re: Question: Fullwidth double-quote and fullwidth backslash
Roy Badami <[email protected]>
| Newsgroups | gmane.ietf.imaa |
|---|---|
| Message-ID | <[email protected]> |
It does not if you do the normalisation twice (at the very beginning and
after mapping).
For IMAA, it suffices to specify that implementations MUST accept all
characters as delimiters that decompose to one of our delimiters during
NFKC-with-U+3002-to-U+002E normalisation and that the delimiters MUST be
normalised.
The easiest way to implement this is an additional normalisation at the
very beginning.
Are you saying we can do a normalization of the entire e-mail address
without violating IDNA (which specifies that the domain be split on
dot-like characters before normalization).
Because we have to parse the quoting in order to identify the
local-part (the LHS may contain quoted at-signs).
-roy