Re: [Vim-latex-cvs] Re: [Vim-latex-devel] Latest Version (30 Dec 2002)
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-05 20:05:30
|
Hey Benji, Thanks for the fix. On Sun, 5 Jan 2003, Benji Fisher wrote: > Srinath: > > I will do something with this. According to the docs, iconv() > should work between latin1 and utf-8 even when compiled with -iconv. If > that is true, then Bartek must have some other encoding; did he ever > tell you which one? > > I'll wrap the call to iconv() in a function, and put the comments > there. > I should have forwarded Bartek's emails to you as well... Anyway, this is the email in which he wrote about which encodings he uses and some other information... > Hello, > > I checked my encodings. > > Under Windows: > encoding=CP1250, fileencoding=? (empty string) > I have Windows XP Professional with polish language encoding. > > Under Linux I get ``option not supported'', but I know that I > have ISO-8859-2 (polish encoding) in my console. > > I didn't wrote this earlier, but IMAP_Jumpfunc() might be good > (in Linux), because Ctrl-J works good, only just after inserting > an environment cursor is wrongly placed. If you press Ctrl-J > cursor goes to the first placeholder. > > Earlier version (14 december 2002) of Latex-Suite works good on > my brother's Windows machine (he havn't got Linux), which is > quite similar to mine, including system and encoding, and the > same vim instalation. But this earlier version don't work on my > machine. > > Bartek Afterwards, he said that his linux machine didn't have +iconv, which made imaps not work properly. He compiled his vim with iconv support and imaps seemed to start working. So I asked him if he needed iconv only for latex-suite or whether he needed it otherwise also. He wrote: > Under Windows +iconv is enabled in binaries from www.vim.org. > So, iconv works good, but still placeholders are not completely > erased. > > Under Linux I am using ISO-8859-2 encoding in my system, and > without iconv I can use my language specific letters. So, iconv > is needed only for latex-suite. I still do not understand why the placeholders should not be "completeley erased"... Srinath |