[Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-05 Thread Ben Kim
Vimmers, I have a problem with grep and thought I'd run the question by this list hoping someone knows about it. Sorry for the off-topicness. I have some files. They open OK with vim. The status shows [converted][dos] In vim I search for, e.g. "RFP" and I can find it. But in the shell, if I

Re: [Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-06 Thread Tony Mechelynck
On 06/03/09 00:17, Ben Kim wrote: > > Vimmers, > > I have a problem with grep and thought I'd run the question by this list > hoping someone knows about it. Sorry for the off-topicness. > > I have some files. They open OK with vim. The status shows > > [converted][dos] > > In vim I search for, e.g

Re: [Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-09 Thread Ben Kim
On Fri, 6 Mar 2009, Tony Mechelynck wrote: > However, Vim 7 includes the power of grep without the need for an > external program, and with Vim-specific "goodies" such as the > possibility of recursive search of directories, and the use of Vim-like > regular expressions: > > see > :help :vi

Re: [Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-09 Thread Agathoklis D. Hatzimanikas
On Mon, Mar 09, at 09:16 Ben Kim wrote: > > > Thanks. I could not figure out how to navigate through the results. I > just started vim without opening files, and did something like > > :vimgrep /\cstandard/ n* > > Vim opens only the first file. I'll have to read the help again. > > Her

Re: [Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-09 Thread Ben Kim
> Actually in :help quickfix you will also find the answer to your > question above (about navigating through the results). > Read more in: > >:help :copen >:help :cnext >:help :cprevious It's awesome! Thanks. Ben Kim --~--~-~--~~~---~--~~ You receive

Re: [Off Topic] grep fails on Little-endian UTF-16 Unicode character data?

2009-03-10 Thread Tony Mechelynck
On 09/03/09 15:16, Ben Kim wrote: > > On Fri, 6 Mar 2009, Tony Mechelynck wrote: >> However, Vim 7 includes the power of grep without the need for an >> external program, and with Vim-specific "goodies" such as the >> possibility of recursive search of directories, and the use of Vim-like >> regul