On Sun, Feb 18, 2007 at 01:04:23PM +0100, Cezary Krzyzanowski wrote: > > [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> http://vfmg.sourceforge.net/ http://tccs.sourceforge.net/ _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
