On Tue, Feb 21, 2012 at 7:10 PM, raf <[email protected]> wrote: > Yukihiro Nakadaira wrote: > >> On Mon, Feb 13, 2012 at 10:19 AM, raf <[email protected]> wrote: >> > i just upgraded my vim and applied this patch but it didn't affect >> > the failing of test83 for me. this patch assumes that the cause of >> > the failure was iconv not supporting cp932 but iconv on macosx-10.6.8 >> > and ubuntu-11.04 do support cp932. i checked that at the time when >> > Yukihiro Nakadaira suggested it. >> >> I have no idea why it fails. >> Could you run test case 2 by hand? >> >> $ cd vim/src/testdir >> $ cat >Xtags2.txt <<EOF >> > text for tags2 >> > ABC >> > EOF >> $ ../vim -u NONE >> :set tags=test83-tags2 >> :tag /.BC >> -- >> Yukihiro Nakadaira - [email protected] > > vim says: E426: tag not found: .BC
Thank you. Is 'encoding' utf-8? If not, retry ":tag /.BC" command after ":set enc=utf-8". Perhaps it is iconv problem. If so, latin1 should work because Vim perform utf8-latin1 conversion itself. I attached test file for latin1. Try the following command. :set enc=utf-8 :set tags=latin1.tags :tag /.ÂÃ -- Yukihiro Nakadaira - [email protected] -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
text for latin1 this file is encoded in utf-8 ÁÂÃ
latin1.tags
Description: Binary data
