Home > Backend Development > PHP Tutorial > 关于转码的问题

关于转码的问题

WBOY
Release: 2016-06-23 14:24:13
Original
1005 people have browsed it

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '08022394106','PM000064' ,'0187-25', 'HDMI - micro HDMI (2.5M) ', '1', '福田 ' at line 1

报错"福田 "后面有两个乱码

现在的问题是我不明白这个"福田 圭"有什么特殊的地方,几千条记录就这一条有问题。

我的转码函数:mb_convert_encoding(addslashes($u[16]), 'UTF-8','UTF-8,shift-jis,eucjp-win,SJIS-win,shift-jis');


插入的内容:249-0810342-5892861 65494678305574 2013-10-13T13:12:31+00:00 2013-10-13T13:12:31+00:00 2013-10-13T13:43:13+00:00 2013-10-16T14:59:59+00:00 -3 9lvzk1663h5yxvc@marketplace.amazon.co.jp 福田 圭 08022394106 PM000064 XPERIA arc / acro / acroHD ?? HDMI (Aタイプ) To micro HDMI (Dタイプ) ハイスピ?ドイ?サ?ネットケ?ブル 2.5m Ver 1.4 1 0 1 Standard 福田 圭 石垣市真?里 261-4 KAIシ?ブリ?ズ2-C ??? 907-0002 JP


请问有什么方法解决目前的问题


回复讨论(解决方案)

iconv("UTF-8", "GB231//IGNORE", $text);

iconv("UTF-8", "GB2312//IGNORE", $text);

先不转码
echo base64_encode($u[16]);
贴出结果

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template