Using UTF-8 charset with PHP - are mb functions required?

后端 未结 8 2093
不知归路
不知归路 2021-01-01 02:05

These past few days I\'ve been working toward converting my PHP code base from latin1 to UTF-8. I\'ve read the two main solutions are to either replace the single byte funct

8条回答
  •  鱼传尺愫
    2021-01-01 02:11

    You could use the mbfunctions library that extends the multibyte functions in PHP:

    http://code.google.com/p/mbfunctions/

提交回复
热议问题