LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: chax 於 七月 13, 2007, 05:22:21 下午



主題: moblog中文问题
作者: chax七月 13, 2007, 05:22:21 下午
我从http://wiki.lifetype.net/index.php/Plugin_moblog下载了for1.2版本的
因为http://wiki.lifetype.org.cn/index.php/Current_Plugins没有找到相应版本
测试成功

但是"BLOG:"是中文的时候没发送成功
或者说内容中有中文就无法识别了(中文部分乱码)

目前有可以解决的办法吗?
mark提供的这个版本只是for1.0的?还是1.2也可以用?
因为对比两个版本的很多文件都不一样


主題: Re: moblog中文问题
作者: chax七月 14, 2007, 09:28:41 上午

参照http://bugs.lifetype.net/view.php?id=578
mark说:"I add a new properties MOBLOG_FORCE_ENCODE_TO_UTF8 to moblogconstants.properties.php. With this, you can convert all incoming messages encodings to UTF-8 (no matter, big5, gb22312 or others)"

原来我上面提到的for1.2版本中moblogconstants.properties.php里默认是关闭编码强制转化的
把"define( 'MOBLOG_FORCE_ENCODE_TO_UTF8', false );"后面的false改为true就支持中文了

再次感谢mark为我们提供了这么好一个plugin