• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂ba3b814ad7aec66d83e81d3f57a836510c4e73b7 (tree)
時間2017-10-21 11:12:26
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2443 showrss plugin: Enable to show Japanese RSS feeds

Change Summary

差異

--- a/plugin/showrss.inc.php
+++ b/plugin/showrss.inc.php
@@ -272,7 +272,7 @@ class ShowRSS_XML
272272 // Unescape already-escaped chars (&lt;, &gt;, &amp;, ...) in RSS body before htmlsc()
273273 $str = strtr($str, array_flip(get_html_translation_table(ENT_COMPAT)));
274274 // Escape
275- $str = htmlsc($str);
275+ $str = htmlsc($str, ENT_COMPAT, $this->encoding);
276276 // Encoding conversion
277277 $str = mb_convert_encoding($str, SOURCE_ENCODING, $this->encoding);
278278 return trim($str);