vim and unicode

Pawel Veselov pawel.veselov at gmail.com
Thu Sep 17 01:36:46 PDT 2009


Max,

Yeah, exporting LANG to en_US.UTF-8 and calling locale again should help.
You are using a 7-bit locale, trying to edit UTF-8 (or even 8-bit)
files, you'd get all kinds of weird results.

On Thu, Sep 17, 2009 at 1:31 AM, Max Brown <max.e.brown at gmail.com> wrote:
> Hi Pawel,
>
> On Wed, Sep 16, 2009 at 9:34 PM, Pawel Veselov <pawel.veselov at gmail.com> wrote:
>> What's the output if you type in 'locale' ?
>
> it is:
>
> max:~ max$ locale
> LANG=
> LC_COLLATE="C"
> LC_CTYPE="C"
> LC_MESSAGES="C"
> LC_MONETARY="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_ALL="C"


More information about the macports-users mailing list