Skip to content

Conversation

legale
Copy link
Contributor

@legale legale commented Dec 23, 2018

mb_str_split() added

@petk petk added the Feature label Dec 23, 2018
@nikic
Copy link
Member

nikic commented Dec 23, 2018

This function should be part of the mbstring extension (to be found in ext/mbstring), rather than inside the standard extension. Furthermore it will need support for arbitrary encodings (those supported by mbstring/libmbfl), rather than only UTF-8.

@legale
Copy link
Contributor Author

legale commented Dec 23, 2018

This function should be part of the mbstring extension (to be found in ext/mbstring), rather than inside the standard extension. Furthermore it will need support for arbitrary encodings (those supported by mbstring/libmbfl), rather than only UTF-8.

ok. Moved to mbstring.c as another pull request #3715

@legale
Copy link
Contributor Author

legale commented Dec 23, 2018

This is my first commit. It would be good if you tell me what is good and what is bad. Thank you.

@petk
Copy link
Member

petk commented Dec 23, 2018

Thanks for the new pull request. Should this one be closed then?

@petk
Copy link
Member

petk commented Dec 24, 2018

Then if @legale and everyone else is ok with this, I'll close this one in favor of the new pull request at #3715 Thank you.

@petk petk closed this Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants