I had some similar problems in past, when I programming multimedial desktop app. And I just create static function that was change '@' to '@' etc. . I was look stupid in code, I just copied chars from problematic place by Ctr+C and paste in to the code. I guess that in utf-8 some very similar chars exists and this is a reason - probably you can check both chars number code and see this.
In zend I propose you write custom input filter and use it on this email field. And just adding there chars that makes problems in simple assoc array, maybe configured by di, or by some factory in sm. I haven't better idea to more general solution. I'm not best with encoding problems. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/strange-text-input-anomoly-tp4532614p4655195.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
