Garbled in some of the WordPress administration screen
Categories: Blog Settings
2009-09-15 Last update:
2009-09-15: Sun Posts
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.
↓
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! !
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>
- タグ
- AJAX , WordPress備忘録 , 文字化け , 管理画面
- トラックバックURL













<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>

















2011/9/13 火曜日 12:21:11
ありがとうございました。
助かりました!!
2011/9/13 火曜日 15:08:02
> 初心者さん
訳の分からない文字化けは恐怖ですからね。
お役に立って何よりです。