svnno****@sourc*****
svnno****@sourc*****
2009年 6月 17日 (水) 14:06:47 JST
Revision: 75 http://sourceforge.jp/projects/frameworkspider/svn/view?view=rev&revision=75 Author: m_nakashima Date: 2009-06-17 14:06:47 +0900 (Wed, 17 Jun 2009) Log Message: ----------- ページ文字コード指定時の不具合を修正 Modified Paths: -------------- current/DATA/lib/spider/Builder.class.php -------------- next part -------------- Modified: current/DATA/lib/spider/Builder.class.php =================================================================== --- current/DATA/lib/spider/Builder.class.php 2009-06-13 07:05:11 UTC (rev 74) +++ current/DATA/lib/spider/Builder.class.php 2009-06-17 05:06:47 UTC (rev 75) @@ -252,6 +252,8 @@ // 出力を文字列に取得する $string .= "<?php\n"; + $string .= 'mb_internal_encoding(\'UTF-8\');'."\n"; + $string .= 'mb_http_output(\'UTF-8\');'."\n"; $string .= '$outstr = ob_get_clean();'."\n"; // 表示文字列に対する処理実行コードを記述