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.
我想将包含希伯来语的 csv 文件导入到 V-tiger CRM 中的联系人中。我尝试导入文件,但希伯来语中的值显示为“?????”。在数据库中,表是 utf8 格式。如何解决这个问题?任何人请帮助我!
默认字符集在vtigerCRM/config.inc.php文件中定义;检查您是否有UTF-8默认值:
vtigerCRM/config.inc.php
UTF-8
// default charset default value = 'UTF-8' or 'ISO-8859-1' $default_charset = 'UTF-8';
(重新启动 Apache 服务器以应用更改)。