Hello.
I've added
to my login.conf file and now my locale is all set to "en_US.UTF-8".
However, I've noticed that the man pages are no longer displaying correctly and now that I started working with more files, I've also noticed that non-ASCII characters don't display correctly. What could be causing this?
When I do
In my text files, vi is displaying letters in hex, I think. For example the word «búsquedas» is displayed as «b\xc3\xbasquedas» instead.
It seems like there is a character encoding conflict. I know I save my stuff using UTF-8 encoding without BOM outside of FreeBSD. My locale in FreeBSD is set to UTF-8. So I'm not sure what's going on here. Has anyone else experienced this?
I've added
Code:
:charset=UTF-8:\
:lang=en_US.UTF-8:
However, I've noticed that the man pages are no longer displaying correctly and now that I started working with more files, I've also noticed that non-ASCII characters don't display correctly. What could be causing this?
When I do
man ls, I see this.
Code:
LS(1) FreeBSD General Commands Manual LS(1)
NAME
ls âˆÃ‡Ã¶ list directory contents
In my text files, vi is displaying letters in hex, I think. For example the word «búsquedas» is displayed as «b\xc3\xbasquedas» instead.
It seems like there is a character encoding conflict. I know I save my stuff using UTF-8 encoding without BOM outside of FreeBSD. My locale in FreeBSD is set to UTF-8. So I'm not sure what's going on here. Has anyone else experienced this?