In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains "how to solve the php traditional character display garbled", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "how to solve the php traditional character display garbled" bar!
1. Open the corresponding PHP file.
2. Convert the encoding of characters through the "mb_convert_encoding" function.
The function of php to solve the garbled display of simplified and traditional characters in the web interface.
Simplified and traditional Chinese characters are the solutions to display garbled in the web interface:
Mb_convert_encoding ($str,'gbk','utf-8')
Gbk is a traditional code and gb2312 is a simplified code. However, gbk contains gb2312, so if the array contains traditional and simplified characters, you can use the gbk transformation.
Note: mb_convert_encoding-Encoding of converted characters
Description
String mb_convert_encoding (string $str, string $to_encoding [, mixed $from_encoding = mb_internal_encoding ()])
Converts the character encoding of the string type str from the optional from_encoding to to_encoding.
Thank you for your reading, the above is the content of "how to solve php traditional Chinese character display garbled". After the study of this article, I believe you have a deeper understanding of how to solve the problem of php traditional Chinese character display garbled, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.