mbstring vs iconv
- Read more about mbstring vs iconv
- 10 comments
- Log in to post comments
I was wondering today why use mbstring rather than iconv in Dokeos, and honestly I didn't remember exactly why I had chosen mbstring in the past, but finding information about the *differences* between the two.
mbstring is a library that deals with multi-byte character strings
iconv is also a library that deals with multi-byte character strings
However, their respective documentation doesn't mention the other one.
Searching a bit more, I found a