utf-8 encoding in specs

Jacek Konieczny jajcus at jajcus.net
Sun Feb 18 16:56:59 CET 2007


On Sun, Feb 18, 2007 at 12:50:25PM +0100, Tomasz Pala wrote:
> > set fileencoding=iso8859-2
>       ^^^^^^^^^^^^
> > set fileencodings=ucs-bom,utf-8,iso-8859-2,latin1
> 
> And how should it work? Because it does not.

New-enough VIM is needed (older version had big problems with
"fileencoding" setting) and:

setglobal fileencoding=iso8859-2

should be used instead of "set fileencoding..." in the vimrc file.

Greets,
        Jacek


More information about the pld-devel-en mailing list