On Sun, Feb 18, 2007 at 01:10:36PM +0100, Jakub Bogusz wrote: > On Sun, Feb 18, 2007 at 12:50:25PM +0100, Tomasz Pala wrote: > > On Sun, Feb 18, 2007 at 12:41:04PM +0100, Arkadiusz Miskiewicz wrote: [...] > > > put these to .vimrc and no need for meesing with spec files > > > > > > set fileencoding=iso8859-2 > > ^^^^^^^^^^^^ > > > set fileencodings=ucs-bom,utf-8,iso-8859-2,latin1 > > > > And how should it work? Because it does not. > > > > Summary(pl.UTF-8): Edytor plikĂłw binarnych oparty na bibliotece > > ncurses > > it needs: > set encoding=utf-8 > additionaly. > And beware of editing new/pure-ascii files when you want to use > iso-8859, I sent a few mails in UTF-8 with iso-8859-2 headers :/
Better solution by wiget (which seems to work like I want and doesn't break editing other files in iso-8859-2 encoding): au BufReadPre *.spec setlocal fencs=utf-8,iso-8859-2,latin1 au BufNewFile *.spec setlocal fenc=utf-8 -- Jakub Bogusz http://qboosh.pl/ _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
