summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorAntoine PLASKOWSKI <plaskowski.stanislas@gmail.com>2021-02-26 19:41:06 +0100
committerGitHub <noreply@github.com>2021-02-26 19:41:06 +0100
commita1a8d06cad584eae954a3796943a71d5aa3194ed (patch)
treebc78ffc364242177c3449e534868ae4a1651e3d3 /website/docs
parentd0543f52404963619ec0d92dfb4d99eb37ad2015 (diff)
Add exemple command
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/common-problems.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/docs/common-problems.md b/website/docs/common-problems.md
index 85e951d..4f62442 100644
--- a/website/docs/common-problems.md
+++ b/website/docs/common-problems.md
@@ -87,6 +87,8 @@ Encoding FormatProvider NewLine
System.Text.UTF8Encoding fr-FR ...
```
+Try out `br -c :pt | Out-File broot_output -Encoding UTF8`, [`Out-File`](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-file?view=powershell-7.1#parameters) will correctly interpret the input now, you are not force to encode the output file in UTF-8 the complete list of encoding format is in the doc.
+
# Broot doesn't seem as fast or feature complete on Windows
It isn't. I'm not a Windows programmer and I don't even have a machine to test. I'd welcome the help of a programmer with the relevant competences and the will to improve broot.