LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Busybox vi utf-8 (https://www.linuxquestions.org/questions/linux-software-2/busybox-vi-utf-8-a-763049/)

alienDog 10-19-2009 05:07 PM

Busybox vi utf-8
 
Has anyone gotten UTF-8 to work correctly in the busybox version of vi?

foodown 10-19-2009 07:12 PM

Quote:

Originally Posted by alienDog (Post 3725363)
Has anyone gotten UTF-8 to work correctly in the busybox version of vi?

Do this:
Code:

export LC_ALL=en_US.UTF-8
vi myfile

Should work.

alienDog 10-19-2009 08:36 PM

Well it doesn't for me :( Some UTF-8 characters only show up as dots in vi, though busybox is compiled with unicode support.


All times are GMT -5. The time now is 02:39 PM.