Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Norwegian characters通过浏览器输入 ( php)插入我的应用程序可以正常工作(json服务器随后返回的数据是正确的)。但是,当我使用记录插入数据时MYSQL dump,记录会损坏,然后服务器返回的 json 会NULL代替Norwegian characters.
Norwegian characters
php
json
MYSQL dump
NULL
有任何想法吗?
听起来像是字符编码问题。您使用的是哪种字符编码?
也许试试这个?