testwebmyne / wpcn

Automatically exported from code.google.com/p/wpcn
0 stars 0 forks source link

2.3.2中文包问题-<?php wp_list_pages('title_li=' . __('')); ?> #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. <?php wp_list_pages('title_li=' . __('在这里')); 
?>如果“在这里存在字符”
一切正常,但是如果为空<?php wp_list_pages('title_li=' . __('')); 
?>,会显示
大量信息出来

What is the expected output? What do you see instead?
理论来说,<?php wp_list_pages('title_li=' . __('')); 
?>这样就不会有标题了,
但是这次的更新语言包会跳出一大堆东西

What version of the product are you using? On what operating system?
用的是2.3.2中文包

Please provide any additional information below.

Original issue reported on code.google.com by agate....@gmail.com on 16 Jan 2008 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by edwardri...@gmail.com on 17 Jan 2008 at 10:17

GoogleCodeExporter commented 9 years ago
是否可以解决呢?等了很久了!怀疑不是我一个人的问题吧��
�我朋友也出现这样的问题!

Original comment by agate....@gmail.com on 21 Jan 2008 at 11:40

GoogleCodeExporter commented 9 years ago
的确不只是这个函数在调用的时候会出现这样的问题,暂时��
�议不要留空。

Original comment by edwardri...@gmail.com on 21 Jan 2008 at 2:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
补充一点哦,就是不加语言包的原版wordpress是没问题的。
谢谢edwardright的建议!

Original comment by agate....@gmail.com on 27 Jan 2008 at 2:41

GoogleCodeExporter commented 9 years ago
在软件实现多国语言化的途径中,WP 使用的是 GNU 
gettext,可能会出现一系列问题,不过程序也在不断完
善中,相信以后会渐渐好起来的 :)

PS: 
除去会显示出异常多的其他字符之外,在64位的linux系统下还�
��无法正常加载等问题,解决方案大都是
修改核心文件,感觉那样不太合适,BUG 
每次都在往WP核心团队报,不过貌似他们还真沉得住气。。。
俺也没
太好方法,只能建议改变自己的东西了。。。

Original comment by edwardri...@gmail.com on 27 Jan 2008 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by edwardri...@gmail.com on 1 Jun 2008 at 6:42