Show
Ignore:
Timestamp:
05/10/08 23:58:28 (5 years ago)
Author:
topia
Message:

* merge UTF-8 branch.

Location:
lang/perl/tiarra/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/tiarra/trunk

    • Property svn:mergeinfo set to
      /dan/perl/tiarra/trunk:5905-5910
      /lang/perl/tiarra/branches/utf8:11356-11364
  • lang/perl/tiarra/trunk/sample.conf

    • Property svn:mime-type changed from text/plain; charset=EUC-JP to text/plain; charset=UTF-8
    r11355 r11365  
    11# -*- tiarra-conf -*- 
    22# ----------------------------------------------------------------------------- 
    3 # $Id: sample.conf.in 3004 2007-12-10 12:45:39Z topia $ 
     3# $Id: sample.conf.in 11357 2008-05-10 14:03:50Z topia $ 
    44# ----------------------------------------------------------------------------- 
    55# tiarra.conf サンプル 
     
    5656  # コード名はjis,sjis,euc,utf8,utf16,utf32等。(この値はUnicode::Japaneseにそのまま渡されます) 
    5757  # autoが指定された、または省略された場合は自動判別します。 
    58   conf-encoding: euc 
     58  conf-encoding: utf8 
    5959 
    6060  # ユーザー情報 
     
    111111  # Tiarraは標準出力に様々なメッセージを出力するが、その文字コードを指定する。省略時にはeucとなる。 
    112112  # ただしtiarra.confのパースが完了するまでは文字コードの変換は行なわれない(つまりこの設定が有効にならない)ことに注意して下さい。 
    113   stdout-encoding: euc 
     113  stdout-encoding: utf8 
    114114 
    115115  # Tiarraはエラーメッセージを標準出力に出力するが、その時に接続しているクライアントがあればクライアントにもNOTICEで送る事が出来る。 
     
    641641 
    642642  # ログファイルの文字コード。省略されたらjis。 
    643   charset: sjis 
     643  charset: utf8 
    644644 
    645645  # 各行のヘッダのフォーマット。省略されたら'%H:%M'。