Strategy for supporting unicode & multi language in PHP5

前端 未结 4 612
北恋
北恋 2020-12-09 14:07

I have heard that PHP6 will natively support unicode, which will hopefully make multi-language support much easier. However, PHP5 has pretty weak support for unicode and mul

4条回答
  •  感情败类
    2020-12-09 14:29

    Related to usage of mb_* set of functions, at the same time of maintaining compatibility, see the mb_string.overload php.ini directive.

    It will allow you to use the regular string functions which have been overloaded by the multi-byte enabled ones.

提交回复
热议问题