ZF-550: Possible Alternative for ctype_alpha()
Description
If any i18n/l10n components need ctype_alpha(), instead of implementing ctype_alpha() using PHP, see possible alternative described in ZF-249.
```
If any i18n/l10n components need ctype_alpha(), instead of implementing ctype_alpha() using PHP, see possible alternative described in ZF-249.
```
Comments
Posted by Gavin (gavin) on 2006-11-17T11:19:19.000+0000
Thomas wrote: {quote}1.) Not all languages seemed to be supported 2.) Performance problems if used in standard... should be selectable when used if use it or not 3.) This way ALL characters would be given... So if we have "Exámplé" it would also returned but á and è are not contained within the english characterset. Could lead to problems...
Not sure if there are other related issues but this was what came me in mind.{quote}
Posted by Gavin (gavin) on 2006-11-17T14:18:31.000+0000
This issue is not exactly a dependency, but use of this trick in the ZF should be consistent, if it is used at all.
Posted by Thomas Weidner (thomas) on 2006-12-17T12:37:15.000+0000
We already fixed the related issue by using the /u parameter with preg_match.