Does anyone know of 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
|
|
Most Versions of Windows include the command "findstr" which works much like grep, i do not know about it's unicode abilities but to my knowledge there shouldn't be any problems with that. | |||
|
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
|
|
Yes, as fluxtendu mentions,
However,
| |||
|
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
|


