[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: vim not seeing many Unicode chars



    LC_CTYPE="C"

this may be a problem.

Try
$ LC_CTYPE=en_US.UTF-8 vim $YOUR_FILE

make sure fileenconfig is utf-8
in vim:
: set fileencoding=utf-8

 More info about LC_ vars:
https://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html



Reply to: