-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR]: Remove iconv dependency #14912
Labels
Comments
niden
added
new feature request
Planned Feature or New Feature Request
4.0.6
documentation
Documentation required
labels
Mar 13, 2020
niden
added a commit
that referenced
this issue
Mar 13, 2020
niden
added a commit
that referenced
this issue
Mar 13, 2020
Resolved in #14913 |
niden
added a commit
that referenced
this issue
Mar 20, 2020
* '4.0.x' of github.com:phalcon/cphalcon: (62 commits) [#13655] - Added more tests [#13655] - Added one more test for get/set [#13655] - Hangout test!! [4.0.x] - Minor refector [4.0.x] - Correcting test [4.0.x] - Minor correction [4.0.x] - Updated Request tests [#14639] - Added test for model paginate [#14639] - Trying phpunit 8.5 [#14639] - Removed sqlite from test [#14639] - Added test [#14907] - Updated changelog [#14907] - Removed cache parsing from Volt [#14912] - Updated changelog [ci-skip] [#14912] - Updated changelog [#14912] - Removed iconv from Volt::convertEncoding Deleted Makefile [#14866] - Enabling tests [#14866] - Updated changelog [#14866] - Changed the friendlyTitle to not rely on iconv ...
niden
added a commit
that referenced
this issue
May 16, 2020
niden
added a commit
that referenced
this issue
May 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
iconv
is used in Volt (convertEncoding
). It needs to be removed since it is has a number of bugs in macOS and Windows. The method offersutf8_encode
as well asmb_convert_string
functionality and can be extended if need be for custom implementationsThe text was updated successfully, but these errors were encountered: