I prepared the file with russian characters in utf8, the russian alphabet:
# russian alphabet in utf-8
абвгдеёжзиклмнопрстуфхцчшщэюя
АБВГДЕЁЖЗИКЛМНОПРСТУФХЦЧШЩЭЮЯ
I set the 'konsole' encoding to utf8.
When I 'cat' this file, I see russian alphabet, so I assume it's
correct utf8 file.Now when I vim this file, and 'enc' and 'fenc' are both set to utf8, but vim shows blabks, no russian letters. How do I fix it ? Thanks Yakov
