返信する: d3diaryサポート板


オプション

参照

RDF が文字化けする
投稿者: OhYeah 投稿日時: 2010/10/28 0:47

以前の d3diary でどうだったかは記憶にないんですが、少なくとも 0.12a2 以降では、私の環境では RDF が文字化けします。rdf.php 内の mb_convert_encoding の第3パラメータ(from_encoding)に 'auto' を指定すれば OK なので、私のサイトの mbstring 周りの設定の問題でしょうか? 現状では、下記のようになっています。

1
2
3
4
5
6
7
8
PHP Version 5.2.5
mbstring.detect_order = 'auto'
mbstring.encoding_translation = Off
mbstring.http_input = 'auto'
mbstring.http_output = 'pass'
mbstring.internal_encoding = 'UTF-8'
mbstring.language = 'japanese'
mbstring.strict_detection = Off