内容明细
Version: CE 5.6
问题:
when Edit the wiki page " AddingPages", I can see the Statment:
您可以把任何东西放进 [中括号]。
When view the wiki page "AddingPages" , I found then cotnent in the
[] show wrong Text:
您可以把任何东西放进 ä¸æ¬å·?。
分析:
this issue can be solved by this way:
In StringUtils::getPlainUTF8FromHtml()
comment this line:
//$str = utf8_encode($str);
debug path:
Wiki.php::HandleWikiWords()->linkPage()->StringUtils::getPlainUTF8FromHtml()
解决方案:
应用patch: StringUtils.090816.diff
|
内容明细
Version: CE 5.6
问题:
when Edit the wiki page " AddingPages", I can see the Statment:
您可以把任何东西放进 [中括号]。
When view the wiki page "AddingPages" , I found then cotnent in the
[] show wrong Text:
您可以把任何东西放进 ä¸æ¬å·?。
分析:
this issue can be solved by this way:
In StringUtils::getPlainUTF8FromHtml()
comment this line:
//$str = utf8_encode($str);
debug path:
Wiki.php::HandleWikiWords()->linkPage()->StringUtils::getPlainUTF8FromHtml()
解决方案:
应用patch: StringUtils.090816.diff
|