使用 php 在 CSV 文件中导入 Unicode 格式的文本

发布于 2024-09-28 21:24:41 字数 179 浏览 2 评论 0原文

我想将一些数据导入到 .CSV 文件中。一些字段内容是统一代码格式的。但是当我保存 .CSV 文件时,它不会将它们放入原始格式。它让他们使用一些特殊的字符。

当我将相同的 .CSV 文件导入数据库时​​,它无法读取 uni-code 格式的数据。如果有权利的话,任何人都可以帮助我。

问候

费萨尔

I want to import some data to a .CSV file. Some of the field contents are uni-code formated. But when I save .CSV file, it doesn't put them in orginal format. it keeps them using some special character.

For what when I import the same .CSV file to database it can't read the uni-code formated data. Anyone can help me, if have a right ans.

Regards

Faysal

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无需解释 2024-10-05 21:24:41

使用此方法转换unicode字符:(

iconv("windows-1256","UTF-8",$var);

此代码针对阿拉伯语unicode)

Use this method to convert the unicode character:

iconv("windows-1256","UTF-8",$var);

(this code is for the arabic unicode)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文