change your php document encoding to 'ANSI'

for example: you can rename your php document to txt document,

and open your txt document,and save as to ANSI

another way:

you can use a function in php 5.0

iconv('UTF-8','GBK','中文') 

that's mean change ‘中文’ encoding 'UTF-8' to 'GBK'

it's easy to use this function before you want to change chinese encoding.

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2021-12-02
  • 2021-11-30
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-07
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-12-06
  • 2022-01-24
  • 2021-06-05
相关资源
相似解决方案