<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>フォーラム トピック: クイック投稿の文字化け</title>
<link>http://ja.forums.wordpress.org/</link>
<description>フォーラム トピック: クイック投稿の文字化け</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 11:42:05 +0000</pubDate>

<item>
<title>lilyfan :  "クイック投稿の文字化け"</title>
<link>http://ja.forums.wordpress.org/topic/1995#post-10077</link>
<pubDate>Wed, 16 Sep 2009 06:45:02 +0000</pubDate>
<dc:creator>lilyfan</dc:creator>
<guid isPermaLink="false">10077@http://ja.forums.wordpress.org/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;ini_set(&#34;mbstring.http_output&#34;,&#34;UTF-8&#34;);
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;をやっているのがヤバげですね。これを設定してしまうと Ktai Style が正しく動きません。&#60;br /&#62;
でも、&#60;code&#62;ini_set(&#38;quot;mbstring.encoding_translation&#38;quot;,&#38;quot;off&#38;quot;);&#60;/code&#62; をしているので大丈夫だったりする? なんか設定がちぐはぐな気がします。
&#60;/p&#62;</description>
</item>
<item>
<title>tenpura :  "クイック投稿の文字化け"</title>
<link>http://ja.forums.wordpress.org/topic/1995#post-10044</link>
<pubDate>Tue, 15 Sep 2009 09:01:57 +0000</pubDate>
<dc:creator>tenpura</dc:creator>
<guid isPermaLink="false">10044@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;phpinfo() や MySQL の文字コード設定を調べてから適切な処置を行うべきです。&#60;br /&#62;
上記追加コード自体けして薦められるものではありませんので一般では真似されぬようにしてください。
&#60;/p&#62;</description>
</item>
<item>
<title>kurosawa :  "クイック投稿の文字化け"</title>
<link>http://ja.forums.wordpress.org/topic/1995#post-10041</link>
<pubDate>Tue, 15 Sep 2009 05:57:44 +0000</pubDate>
<dc:creator>kurosawa</dc:creator>
<guid isPermaLink="false">10041@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;自己解決したので今後同じような現象で困っている方のために残しておきます。&#60;br /&#62;
原因はサーバのデフォルト文字コードにあったようで、以下のように変更したところうまくいきました。&#60;/p&#62;
&#60;p&#62;wp-config.php　に、以下の記述を追加&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ini_set(&#38;quot;output_buffering&#38;quot;,&#38;quot;on&#38;quot;);
ini_set(&#38;quot;mbstring.encoding_translation&#38;quot;,&#38;quot;off&#38;quot;);
ini_set(&#38;quot;output_handler&#38;quot;,&#38;quot;mb_output_handler&#38;quot;);
ini_set(&#38;quot;default_charset&#38;quot;,&#38;quot;UTF-8&#38;quot;);
mb_language(&#38;quot;Japanese&#38;quot;);
mb_internal_encoding(&#38;quot;EUC-JP&#38;quot;);
ini_set(&#38;quot;mbstring.http_output&#38;quot;,&#38;quot;UTF-8&#38;quot;);
ini_set(&#38;quot;mbstring.http_input&#38;quot;,&#38;quot;auto&#38;quot;);
ini_set(&#38;quot;mbstring.substitute_character&#38;quot;,&#38;quot;none&#38;quot;);
if (function_exists(&#38;quot;mb_http_output&#38;quot;) &#38;amp;&#38;amp;
function_exists(&#38;quot;mb_internal_encoding&#38;quot;) &#38;amp;&#38;amp;
function_exists(&#38;quot;mb_convert_variables&#38;quot;) ) {
mb_convert_variables ( ((mb_http_output() != &#38;#39;pass&#38;#39;) ? mb_http_output() : mb_internal_encoding()), &#38;quot;ASCII,JIS,EUC-JP,eucJP-win,UTF-8,SJIS,SJIS-win&#38;quot;, $_POST );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;↓こちらのページを参考にしました。（※ちなみにサーバは別の会社のものです...^^;）&#60;br /&#62;
&#60;a href=&#34;http://www.shiftweb.net/material/wordpress/wp22/utf8/&#34; rel=&#34;nofollow&#34;&#62;http://www.shiftweb.net/material/wordpress/wp22/utf8/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kurosawa :  "クイック投稿の文字化け"</title>
<link>http://ja.forums.wordpress.org/topic/1995#post-8275</link>
<pubDate>Mon, 22 Jun 2009 04:51:48 +0000</pubDate>
<dc:creator>kurosawa</dc:creator>
<guid isPermaLink="false">8275@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;wordpressの管理画面にて、クイック投稿を行うと、クイック投稿の枠内だけが文字化けします。&#60;br /&#62;
文字化けをするのはクイック投稿の「下書きとして保存」や「公開」をクリックした直後だけで、実際にデータベースに保存されているデータや、閲覧に関しては問題ありません。&#60;br /&#62;
また、コメントのクイック編集でも、編集後「コメントを更新」をクリックすると、コメント一覧が文字化けします。&#60;br /&#62;
こちらも、データベースに保存されているデータは問題ありません。&#60;br /&#62;
なお、左メニューからの投稿などクイック○○以外は、文字化けせずに利用できます。&#60;/p&#62;
&#60;p&#62;Firefox3、IE8、Opera9にて確認いたしましたが、すべて同じ現象でした。&#60;br /&#62;
データベースに保存されているデータが正常なことと、クイック○○以外は文字化けしないことから、javascriptまわりがあやしいのかな・・・と思っていますが、検索しても同じような症状が見つからず困っております。&#60;br /&#62;
解決の糸口になりそうな情報がありましたら、ご教示ください。&#60;br /&#62;
よろしくお願いいたします。&#60;/p&#62;
&#60;p&#62;MySQL：5.0.27&#60;br /&#62;
php：5.2.5
&#60;/p&#62;</description>
</item>

</channel>
</rss>
