[Vim-latex-devel] [vim-latex - Help] RE: Errors with vim-latex in windows
Brought to you by:
srinathava,
tmaas
From: SourceForge.net <no...@so...> - 2003-06-16 01:27:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2061676 By: zlb I'm new to vim-latex and I find it very useful. Thanks for your work. I also encountered this problem. I think that the problem is caused by using the byte 0xa1 which is part of some GBK chars as the seperator inTex_IgnoredWarnings. A possible solution might be changing the seperator to 0x7f which is not used by the Chinese encodings, nor in ordinary texts in western encodings, I believe. And more over its default catcode is 'invalid' in TeX. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |