WordPressに関する情報や技術紹介です

Garbled in some of the WordPress administration screen

Some garbled characters were going have to use the management screens WordPress.
As you'll see if Moraere looking down, when you add the "Custom Fields", and it turns out that the tragic, including the button.

カスタムフィールドを追加した際に起こる文字化け

「削除」「更新」のボタンも文字化け

Some garbled WordPress admin

So I think Shift-JIS character code of the server originally, that you are using, and begs that thing ... perhaps when you communicate with AJAX.
It was with a frown because even in simple situations of "Let's change the default character encoding of the server" Then say, or blogs like here we fix this After applying the set of ". htaccess" is written in was! Big thanks! !

Some garbled WordPress admin

In fact (stored in UTF-8N) was uploaded to add the ". Htaccess" the following settings.

<IfModule mod_php5.c>
  php_flag  output_buffering              Off
  php_value output_handler                none
  php_value default_charset               UTF-8
  php_value mbstring.language             japanese
  php_flag  mbstring.encoding_translation On
  php_value mbstring.http_input           auto
  php_value mbstring.http_output          UTF-8
  php_value mbstring.internal_encoding    UTF-8
  php_value mbstring.substitute_character none
</IfModule>
タグ
, , ,
トラックバックURL
  • 初心者 さん:
    2011/9/13 火曜日 12:21:11

    ありがとうございました。
    助かりました!!

  • ISプランニング さん:
    2011/9/13 火曜日 15:08:02

    > 初心者さん
    訳の分からない文字化けは恐怖ですからね。
    お役に立って何よりです。

Leave a Reply

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

ページTOPに戻る