- enter the lock password
- lock this page after save
タイトル:
最終更新情報: 9:28:05 am on 7 March 2006 by PPPbm933.tokyo-ip.dti.ne.jp
いちいちSmalltalkのソースをいじらずとも、日本語の文字コード変換が できるような工夫をしています。 _ !やり方: <b>1.</b>Swikiのdefaultディレクトリ下の'setting.xml'に以下のエントリを追加。好きな文字コード(Shift-JISは避けましょう)を指定。 <s name="contentType" type="text">text/html; charset=EUC-JP</s> <b>2.</b>SwikiModule >> responseFrom: dict 内の真ん中へんを修正 <pre> "content type" response contentType: (dict at: 'contentType' ifAbsent: [self shelf settingsAt: 'contentType' ifAbsent: ['text/html; charset=UTF-8']]). "設定がなかった場合はUTF-8(別に他のでも良い)" </pre> <b>こうすると、以後はsetting.xmlのcharsetの書き換えのみでレスポンスの日本語コードを設定することができます。</b>
次回保存時にアラートメールを送信するメールアドレス一覧: