utf-8 encoding in specs

Tomasz Pala gotar at polanet.pl
Sun Feb 18 13:17:25 CET 2007


On Sun, Feb 18, 2007 at 01:04:23PM +0100, Cezary Krzyzanowski wrote:
> 
> [czarny at kacper bin]$ grep Summary
> \(pl /home/users/czarny/rpm/SPECS/memprof.spec
> Summary(pl.UTF-8):      Narzędzie do profilowania i detekcji wycieków
> pamięci

Means what? I don't see vim here. As default `encoding` (internal
setting for buffers etc) is latin1 (as I don't use gvim for anything but
LaTeX and don't have unicode locale) it simply won't work.

cat .vimrc
set fileencoding=iso8859-2
set fileencodings=ucs-bom,utf-8,iso-8859-2,latin1

vi hexedit.spec                    vv - that's what I _SEE_ here
Summary(pl.UTF-8):      Edytor plikĂłw binarnych oparty na bibliotece ncurses

even with:

set termencoding=iso-8859-2
set fileencoding=utf-8
set fileencodings=utf-8

-- 
Tom Pala <gotar at pld-linux.org>           http://vfmg.sourceforge.net/
                                         http://tccs.sourceforge.net/


More information about the pld-devel-en mailing list