Is there a Unicode-aware grep for Windows 32-bit?
feedback
|
|
For a command line tool, look at KeyboardMonkey answer (but I'm not sure about Unicode support). For an (open source) GUI tool: dnGREP
For a more simple (only search) GUI tool: AstroGrep and for a more featured (and expensive) one: PowerGREP | ||||
feedback
|
|
Update: GnuWin32 is a more recently maintained port of these tools. (Thanks Quack) Here is a list of the packages and to download grep individually. Have a look at UnxUtils, which includes grep as well. I use these on my work PC, too. | |||||||
feedback
|
|
Most versions of Windows include the command "findstr" which works much like grep. I do not know about its Unicode abilities, but to my knowledge there shouldn't be any problems with that. | ||||
|
feedback
|
|
See BareGrep (free version has a startup splash screen), which seems to be a quite complete graphical grep. The documentation mentions support for "Many file formats", so I would imagine that Unicode is included.
| ||||
|
feedback
|
|
Yes, as fluxtendu mentions,
However,
| ||||
|
feedback
|


