[Pcbsd-developer] Better Unicode support fof FreeBSD
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-07-23 11:08:56
|
http://opal.com/freebsd/unicode.html when I run locale command I see this picture: # locale LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= and /etc/csh.login contains this: setenv MM_CHARSET "UTF-8" The FreeBSD base system sh does not support wide characters needed for Unicode/UTF-8. Other shells, such as csh, tcsh and zsh do. Default FreeBSD vi (actual program name is nvi) is old and does not support unicode- have to install new one from ports. Andrei |