主題: summary中文显示问题 作者: smilinx ox 於 三月 19, 2005, 12:44:56 下午 初次测试请指教!!
我想修改:summary.php的index.template --------------------------------------------------- 把: You should place here whatever welcome message you would like your users to see. Or remove this one completely and rearrange the whole page. Or something :) Take a look at templates/summary, that is where all template files that make up this page are stored. You are free to change them in any way you like. -------------------------------------------------- 改为中文的欢迎信息---------只是都显示乱码 请问我应该怎样处理!! 请参阅:www.iblog.cn 主題: summary中文显示问题 作者: mrchang 於 三月 19, 2005, 02:28:45 下午 PLOG默认使用的是UNICODE UTF-8编码
你在一般编辑器中输入的是GB OR BIG 5码 当然不能正确显示了 你找一个UE吧,这个是好东西。 参考我的PLOG http://mrchang.vicp.net 主題: 谢 作者: smiling ox 於 三月 19, 2005, 03:23:51 下午 已处理好,谢!
还有一问题,php里,UNICODE UTF-8编码 转换为GB 怎样实现? 再次感谢! 主題: summary中文显示问题 作者: markwu 於 三月 21, 2005, 11:18:17 上午 用 iconv http://tw.php.net/manual/tw/ref.iconv.php 來做編碼轉換。
Mark 主題: summary中文显示问题 作者: deserts 於 四月 22, 2005, 09:03:30 下午 我一开始也碰到过这样的问题的
不过后来都解决了 |