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

S methods should be able to correctly handle multibyte characters #13

Open
meszaros-lajos-gyorgy opened this issue Apr 22, 2021 · 1 comment
Labels
enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue

Comments

@meszaros-lajos-gyorgy
Copy link
Owner

S::split() currently uses explode() internally, which isn't multibyte safe. preg_split() and mb_ functions would be a better alternative

@meszaros-lajos-gyorgy meszaros-lajos-gyorgy added enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue labels Apr 22, 2021
@meszaros-lajos-gyorgy
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need more info Further information is requested, or there are still questions on how to solve the issue
Projects
None yet
Development

No branches or pull requests

1 participant