オープンソース・ソフトウェアの開発とダウンロード

CVS リポジトリの参照

Diff of /pukiwiki/pukiwiki/ja.lng

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.27 by henoheno, Sat Oct 16 05:45:13 2004 UTC revision 1.28 by henoheno, Sat Oct 16 05:56:24 2004 UTC
# Line 16  $encode = 'EUC-JP'; Line 16  $encode = 'EUC-JP';
16  // Internal content encoding = Output content charset (for skin)  // Internal content encoding = Output content charset (for skin)
17  define('CONTENT_CHARSET', $encode); // 'UTF-8' or 'iso-8859-1' or 'EUC-JP' or ...  define('CONTENT_CHARSET', $encode); // 'UTF-8' or 'iso-8859-1' or 'EUC-JP' or ...
18    
19  // Internal content encoding (for mbstring)  // mb_language (for mbstring extension)
20    define('MB_LANGUAGE', 'Japanese');   // 'uni'(means UTF-8), 'English', or 'Japanese'
21    
22    // Internal content encoding (for mbstring extension)
23  define('SOURCE_ENCODING', $encode); // 'UTF-8' or 'ASCII' or 'EUC-JP'  define('SOURCE_ENCODING', $encode); // 'UTF-8' or 'ASCII' or 'EUC-JP'
24    
25  unset($encode);  unset($encode);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26