在php mysql应用程序

时间:2015-06-29 14:32:06

标签: php html tamil

我想在php mysql应用程序中使用tamil字体?默认情况下,在输入字段中为tamil类型建议一些想法。

3 个答案:

答案 0 :(得分:1)

Unicode格式

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

header('Content-Type: text/html;charset=UTF-8');

答案 1 :(得分:0)

通过以下api脚本支持最佳unicode tamil字体,

<script type="text/javascript">
var poplo =new Array("textareaid");
ENABLED_TIWEB = "http://api.tamilsg.com/data/lookuptable.js";
var fileref = document.createElement('script');
fileref.src = "http://api.tamilsg.com/hplus.js";
document.documentElement.appendChild(fileref);

非常感谢。

答案 2 :(得分:0)

&#34; mysql_query(&#34;设置character_set_results =&#39; utf8&#39;&#34;); &#34;
在写入查询之前添加此行将解决问题...而不是特殊字符泰米尔字母将保存...

务必在html标题中使用char set utf8 .... 一切顺利