X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=MailManual%2F00000025.eml;fp=MailManual%2F00000025.eml;h=82350b800db197d649f9b952ec3571036fc41c95;hb=1c9755f08daf63e3978e0712b0f3f6e7b7209a5f;hp=0000000000000000000000000000000000000000;hpb=aa4548d48d84b04f2e711f58012144fb5f7e55fb;p=mave%2Fmave.git diff --git a/MailManual/00000025.eml b/MailManual/00000025.eml new file mode 100644 index 0000000..82350b8 --- /dev/null +++ b/MailManual/00000025.eml @@ -0,0 +1,33 @@ +From: Developer +To: Mave user +Subject: =?ISO-2022-JP?B?Tm90ZTo=?= +Date: Mon, 22 Mar 2010 20:49:02 +0900 +X-Mailer: Mave version 2.97 (suzaku.itline.jp 2.6.31.5-127.fc12.i686.PAE GNU/Linux) +Message-ID: <1269258542.473758.8eaa550b@mave.suzaku.itline.jp> +In-Reply-To: <1269258542.423384.8eaa550b@mave.suzaku.itline.jp> +References: <1269258542.423384.8eaa550b@mave.suzaku.itline.jp> +MIME-Version: 1.0 +Content-Type: text/plain; charset=ISO-2022-JP +Content-Transfer-Encoding: 7bit +X-Mave-Extract-Targets: +X-Mave-Attachments: +X-Mave-Relations: + + When multibyte character is troubled. + Standard curses library of Ruby doesn't correspond to UTF-8. + Please apply the patch to correspond to ncursesw referring to the following sites. + + http://www.itline.jp/~svx/diary/?date=20091022 + + In experimentally, Mave corresponds terminal environment of EUC-JP now. + In this case, you do not need to apply above patch. + Set EUC-JP to ':TERMINAL_CHARSET' in mave.config, and change mave_base.rb a bit. + "export LANG=ja_JP.eucjp" might execute from the terminal. + + 117 def enspc + 118 # return(self) # comment out without UTF-8 + 119 ^ self.gsub(/[\xC0-\xE2][\x80-\xBF]+/) {|c| #### for UTF8 temporally + +-remove this '#' + + And in experimentally, Mave is corresponding Windows console environment with SHIFT_JIS. + Set SHIFT_JIS to ':TERMINAL_CHARSET' in mave.config, and try and error.