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.
我有一个 SQL 数据库,它的编码类型是 utf8。在显示数据并将数据插入 SQL 数据库的网页上,编码为 windows-1255。一切正常,所有字母都正确显示。问题是当我将 sql 数据库保存为 XML 文件并尝试查看它时,或者当我手动输入数据库时,我只看到奇怪的字母,例如:øðå。
有没有办法修复它?尝试将 XML 编码更改为 windows-1255 和 utf8,没有。