From 1cad3f56ec68e32d10f4c42f7234f5961001566c Mon Sep 17 00:00:00 2001 From: Anthony Cerruti Date: Mon, 2 Mar 2020 16:13:48 -0800 Subject: [PATCH] Explain how to fix no output issue I just ran into this so I figured it might be helpful for others. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 411c1f41..836a09f6 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,10 @@ iconv -f ISO-8859-1 -t UTF-8 my-file.php | bat Note: you might have to use the `-l`/`--language` option if the syntax can not be auto-detected by `bat`. +### No output on Windows + +Install the Visual C++ Redistributable: [The latest supported Visual C++ downloads - Microsoft Support](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) + ## Development ```bash