How can I use grep to search for Chinese characters in a utf-8-encoded file? Using grep naively (i.e. just putting the Chinese characters where the search term normally goes in the command line) does not work. TIA! ~K
- grep & utf-8 kj
- Re: grep & utf-8 Chris Jones