I use various Linux programs on my Windows machine; some of them have colorized output. GnuWin32 and so forth.
However, Windows PowerShell does not support Linux colors; it gets a message like ←[0m31m(which is the color control code), and renders that instead of the color.
Is there any way around this?

