| Ukrainian in FBSD consoletin/rtin settings:
 
82. Insert 'User-Agent:'-header        : ON
83. Transliteration                    : OFF
84. MM_NETWORK_CHARSET                 : KOI8-U
85. MIME encoding in news messages     : 8bit
86. Use 8bit characters in news headers: ON
.tcshrc: 
setenv  LANG uk_UA.KOI8-U
setenv  MM_CHARSET KOI8-U
or if you use FarSCP 
#make FarSCP happy
if ( `tty | grep 'not a tty'` == '' ) then
  setenv  LANG uk_UA.KOI8-U
endif
setenv  MM_CHARSET KOI8-U
 |