22nd Mon
ZshでmacirbをLANG=Cで利用する
現時点では(version 0.3.1)、macirbを使うときは、LANG=C
で利用する必要があるようなので、以下のようにzshrcでaliasを登録してみました。
~/.zshrc
sh>>
alias macirb='LANG=C macirb'
<<--
これで特に問題なくmacirbを使う事ができます。
ちなみに、require "nkf"をしているRubyスクリプトを
macrubyで実行する場合も、同様にLANGをCにする必要があるようです。
See Also
posted by
genki on Mon 22 Sep 2008 at 16:36 with 0 comments