On November 10, 2002 at 12:40PM -0800, Osamu Aoki <[EMAIL PROTECTED]> wrote:
> > "ja_JP.eucJP:C" is not a correct setting. Use "ja_JP.eucJP" instead. > > (I guessed that Vim works as single-byte mode when setting locale failed.) > > Yah, that was lame. I got confused with LANGUAGE. I fixed it but.. > > I still erasing 1 byte by 1 byte. (No distinction between 2 byte char > or not) Try `/usr/bin/env LC_ALL=ja_JP.eucJP /usr/bin/vim'. That's no problem on my system. I can reproduce the `1byte by 1byte' problem by `/usr/bin/env LC_ALL=ja_JP.eucJP:C /usr/bin/vim'. -- Tatsuya Kinoshita

