数据表 mysql 字符集抑扬符

Datatables mysql charset circumflex

我有一个带有 latin1 默认字符集名称的 mysql 数据库。 通过php我把字符串保存在mysqltable中。从 table 我使用数据表将一些数据解析为 tables。 一切正常,但现在我在使用抑扬符字母和 FPDF 时遇到了一些问题。

因此,如果我在 table 中保存一个字符串 "račun",table 中的结果将是 "raÄun"。 或者字符串“število”将是“Å¡tevilo”。

OK -> DataTables 正常解码这些词.. 但是现在当我使用 FPDF 时,它会获取存储在 MySQL table 中的那些字符串并打印它们 "encoded".

我试过了

iconv("ISO-8859-1", "ISO-8859-2", "Števika računa")

utf8_decode("Števika računa)

但没有任何效果..有人知道我该怎么做吗?

最后的解决方案是:

http://isabelcastillo.com/international-characters-encoding-fpdf