-
Notifications
You must be signed in to change notification settings - Fork 163
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
Unicode Support: Replace Standard PHP String Functions with Multibyte Counterparts #1051
Conversation
62d132d
to
e15a09e
Compare
In terms of http://semver.org/ will the next release be a x, y or z? |
The next release will be a y release according to Semantic Versioning (SemVer) principles at http://semver.org/. This means a minor version increment due to the introduction of enhanced Unicode support with multibyte string functions. Could you please confirm if this aligns with your understanding? |
That sounds OK. |
e15a09e
to
200f4d5
Compare
So the next version will be Cypht 2.2.0 |
This is partially reverted here: #1217 |
Spin off: #1224 |
This PR refactors standard PHP string functions to their multibyte counterparts to improve Unicode support.
Related PR: #1012