Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full multi-byte support #54

Closed
alganet opened this issue Dec 4, 2011 · 1 comment
Closed

Full multi-byte support #54

alganet opened this issue Dec 4, 2011 · 1 comment
Labels

Comments

@alganet
Copy link
Member

alganet commented Dec 4, 2011

Currently some validation rules already implement multi-byte support, but this is a behavior expected for all validators. This means that validating text data using raw strlen(), strpos() or something like that is not recommended. We should use the mb_strlen() or mb_strpos() when they're available. Also, iconv_ functions could also be used.

@alganet
Copy link
Member Author

alganet commented May 24, 2012

This has already been done. Please let me know if any validator doesn't fit this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant