Re: filtering unicode files

2002-11-13 Thread Eric G. Miller
On Wed, Nov 13, 2002 at 02:49:29PM -0300, Eduardo Gargiulo wrote: > Hi all. > > I´m trying to use grep to filter a string on a unicode file. If I make a > cat on the file, i can see the contents, but if i pipe a grep after the > cat, the string (exists in file) didn't match. Is it possible to use

filtering unicode files

2002-11-13 Thread Eduardo Gargiulo
Hi all. I´m trying to use grep to filter a string on a unicode file. If I make a cat on the file, i can see the contents, but if i pipe a grep after the cat, the string (exists in file) didn't match. Is it possible to use grep on unicode files? How? Is there any other tool to do that? TIA -ejg