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.
在我的数据库中,我有一些编码为 '×"תיירו×' (希伯来文文本)的文本
如何将原始希伯来字符放入 $var ?
我试过了 :
$var = utf8_decode($row['title']); if ( preg_match("/(?:\p{Hebrew}+)/iu", $var) ) { echo 'Hebrew'; }
但这不起作用!使用 $var = 'המפורסם' 可以正常工作;))
谢谢你的帮助...
您应该了解多字节字符串函数。
mysql_set_character_set():设置当前连接的默认字符集