ex/vi: Input encoding conversion not supported

I'm currently using FreeBSD10 (10.3), when I open a file using vi(1) then a message displays at the end of file- "Input encoding conversion not supported". This message is displayed for all the files.
Is there a way to ignore this message?
 
What does ":set inputencoding" output in vi? What is the LANG environment variable? And is the encoding included in the set produced by "iconv -l"?
 
Back
Top