utf-8 encoding in specs

Jakub Bogusz qboosh at pld-linux.org
Sun Feb 18 13:31:01 CET 2007


On Sun, Feb 18, 2007 at 01:18:29PM +0100, Jakub Bogusz wrote:
> 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

update:
au BufReadPre *.spec setlocal encoding=utf-8 fencs=utf-8,iso-8859-2,latin1
au BufNewFile *.spec setlocal encoding=utf-8 fenc=utf-8

(needed if default encoding is latin* and spec contains non-latin chars)


-- 
Jakub Bogusz    http://qboosh.pl/


More information about the pld-devel-en mailing list