0

I found some info about the grep(findstr) in Vim of Windows can't support unicode.

Just wondering if any other way to find the unicode string in Vim of Windows???

4

1 回答 1

2

我在 Windows 上使用GnuWin 端口grep,一个简短的测试表明它能够在文本文件中找到 UTF-8 字符串。

或者,您可以使用内置的:vimgrep. 它比较慢,因为它将每个文件读入 Vim 缓冲区,但您可以使用 Vim 的完整正则表达式语法,它利用'fileencodings'Vim 内置的检测功能。

于 2013-03-14T07:39:32.917 回答