Home » Validate » Validate » Bug #9385
Missing characters in validation sequence
Details
| Submitted | 2006-11-19 13:47 UTC |
|---|---|
| From | janisto at php dot net |
| Assigned | amir |
| Status | Closed |
| Package | Validate |
| PHP Version | Irrelevant |
| Roadmaps | 0.8.0 |
Comments
[2006-11-19 13:47 UTC] janisto at php dot net
Description:
------------
VALIDATE_EALPHA_LOWER (and VALIDATE_EALPHA_UPPER) are missing some characters.
Proper VALIDATE_EALPHA_UPPER:
ÁÉÍÓÚÝÀÈÌÒÙÄËÏÖܾÂÊÎÔÛÃÑÕ¦ÅÆÇ¼ÐØÞ
Proper VALIDATE_EALPHA_LOWER:
áéíóúýàèìòùäëïöüÿâêîôûãñõ¨åæç½ðøþ
That should include all special characters (Latin-1).
[2006-12-10 08:27 UTC] amir at php dot net
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.