Hello, Tony.

On 8 янв, 05:31, Tony Mechelynck <[email protected]> wrote:
> In the System menu for the Dos Box containing Console Vim, find the
> setting for the font, and try the available fonts one after another
> while still displaying that alphabet page. Maybe one (or more) of them
> will display correctly.

I tried to change font to Lucide Console, and played with sizes (these
are
all available font settings there) - no success. By the way, both cmd
and
Far Manager show Russian well with the same console settings.

> Notes:
> 1. The default 'termencoding' is usually the empty string; if your vimrc
> changes 'encoding' it should first save the old value, as shown below;

Yes, it's empty string now. I meant, that ':set tenc' prints
'termencoding=cp866'.
However, changing it to cp1251, unicode, ucs-2, utf-16 doesn't help.

My complete _vimrc now looks this way:

set encoding=utf-8
set fileencodings=ucs-bom,utf-8,cp1251
set number
syntax on

> 2. In 'fileencodings', 8-bit encodings cannot give a "fail" signal so
> anything after the first 8-bit encoding is ignored.

Thank you, I didn't know. I expected Vim to have probabilistic 8-bit
encoding
autodetection algorithm (like the one browsers and Far have).

> On this Linux system, Console Vim displays Russian perfectly

For me too. :-) I just need a usable text editor for handling unicode
texts under Windows.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to