On Sun Aug 12 07:05:56 2018, twata_1@yahoo.co.jp wrote:
Show quoted text> When I used pmat on the Command Prompt,
> It displayed like an attached file(mojibake-windows7ja-cp932.png).
Yeah, that's the Windows shell not understanding the terminal control codes normally used for setting colours and so on.
I've mentioned it to CORION, who runs Windows, who said he'd take a look into it and see if there's something nice that can be done. It might involve some hackery on String::Tagged::Terminal.
For a temporary workaround, you can disable the CAN_COLOUR line in bin/pmat:
12: use constant CAN_COLOUR => -t STDERR;
Just have it do
use constant CAN_COLOUR => 0
instead.
--
Paul Evans