add not yet detected unicode in name-part of email, like "zero width space"

This commit is contained in:
Ralf Becker 2016-08-12 11:22:56 +02:00
parent bd24602a42
commit 780d35c096

View File

@ -32,6 +32,7 @@ class Url extends Etemplate\Widget
* but NOT:
* - "Becker, Ralf <rb@stylite.de>" (contains comma outside " or ' enclosed block)
* - "Becker < Ralf <rb@stylite.de>" (contains < ----------- " ---------------)
* - ToDo: "\u200Bfrancesca.klein@ikem.de" (starts with a "zero width space")
*
* About umlaut or IDN domains: we currently only allow German umlauts in domain part!
*