mb_internal_encoding(“UTF-8”);有多糟糕?
回答后 Zend_Cache:加载后缓存数据,字符编码看起来很混乱
我用它来改变PHP的内部编码,它原来是ISO-8859-1
,
所以我需要改变每个非英文输入值的编码,但使用它我强制 PHP 将每个值转换为 UTF-8
,正如您在上面链接的问题中看到的那样。
我正在使用 Zend_cache
在文件中缓存阿拉伯文本,如果没有该功能,我将无法做到这一点。
我需要知道:使用这个函数 mb_internal_encoding("UTF-8"); 有多糟糕?
我已经在我选择的每个项目中都采用了这个功能,所有这些都使用非英文字符
After answering Zend_Cache: After loading cached data, character encoding seems messed up
I use it to change the PHP's internal encoding , its originally ISO-8859-1
,
so I need to change the encoding of every non English input value, but using it I force PHP to convert every value to UTF-8
, as you might see in the question linked above.
I am Caching arabic text in files using Zend_cache
, I wasn't be able to do it without that function.
I need to know: How bad is to use this function mb_internal_encoding("UTF-8");
?
I had adopt to use this function in every project I opt in , all of them are using non-english characters
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论