[Mew-dist 07758] Re: Form field in Config file
SAKAI Kiyotaka
ksakai at example.com
1999年 2月 26日 (金) 14:52:04 JST
>> In article <19990224163912G.yamamoto at example.com>, Ken-ichi Yamamoto (山本 賢一) <yamamoto at example.com> writes:
> かずさんをまねて、メイルアドレスに漢字の名前も入れようと
> Name=Ken-ichi Yamamoto (山本 賢一) # commentary name for my mail address
> としたのはいいのですが、Config ファイルの漢字コードがうっかりと SJIS だった
> ため化け化けになってしまいました。
> 「漢字を入れる場合は JIS で save せよ」と明記してあると良いと思うのですが。
> (# commentary name for my mail address. Must be JIS if you use KANJI など)
漢字に限らず 8bit 文字全般で起こりうる問題だと思いますので、こんな感じ
でしょうか。
# imsetup を dot.im/Config に追従させるパッチも含んでいます。
> もしくは SJIS を受け入れるとか。
~/.im/Config がどのコード系で記述されているかという情報がない以上、こ
れを実現するのは難しいでしょうね。
--
酒井 清隆 (E-mail: ksakai at example.com)
-------------- next part --------------
Index: imsetup.in
===================================================================
RCS file: /home/ksakai/cvsroot/im-107/imsetup.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 imsetup.in
--- imsetup.in 1999/02/26 01:01:35 1.1.1.1
+++ imsetup.in 1999/02/26 05:43:48
@@ -270,6 +270,7 @@
FromDomain=$domain
ToDomain=$domain
#Name=Full Name # commentary name for my mail address
+ # should not contain 8bit characters
#AddrRegex=
#Org=The Mew Organization # for news posting
#User=user_name
@@ -344,16 +345,18 @@
UseCL=$usecl # Use value of Content-Length header
NoSync=$nosync # Do not need fsync(2) on writing file
+#Imget.Src=pop
#PopAccount=/APOP\@localhost # account info for POP access
-#PopAccount=user/APOP\@host # account info with user name
-#PopAccount=user/APOP\@host/110 # account info with user name and port number
+#PopAccount=/APOP:user\@host # account info with user name
+#PopAccount=/APOP:user\@host/110 # account info with user name and port number
#Keep=7 # preserve read messages on server
#ProtoKeep=UIDL # how to know which message is unread
# (UIDL, LAST, STATUS, MSGID)
#IgnorePostPet=yes # leave messages for PostPet on mbox (POP only)
+#Imget.Src=imap
#ImapAccount=/AUTH\@localhost # account info for IMAP access
-#ImapAccount=user/AUTH\@host # account info with user name
+#ImapAccount=/AUTH:user\@host # account info with user name
#HttpProxy=proxy-server:8080 # proxy server for HTTP access
#NoProxy=http://.*my.domain/ # URL regex not to use Proxy server
#UsePwAgent=yes # use password agent
Index: dot.im/Config
===================================================================
RCS file: /home/ksakai/cvsroot/im-107/dot.im/Config,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Config
--- Config 1999/02/26 01:01:37 1.1.1.1
+++ Config 1999/02/26 05:43:33
@@ -30,6 +30,7 @@
FromDomain=_domain_of_your_mail_address_
ToDomain=_domain_when_domain_part_is_omitted_
#Name=Full Name # commentary name for my mail address
+ # should not contain 8bit characters
#AddrRegex=
#Org=The Mew Organization # for news posting
#User=user_name
Mew-dist メーリングリストの案内