From 3e1046d770bef09456398bb943ed7c7cfa17d369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Huta=C5=99?= Date: Tue, 17 Dec 2024 10:28:37 +1300 Subject: [PATCH] Update README.md added troubleshooting about encoding --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3e0e306..1fc84c3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,20 @@ abstractions in general so the utility is less like a monolith and more like a configurable static analysis engine analogous to something you might work with in Python or Golang. +### Troubleshooting + +#### Encoding + +If there are any problems running this script with UTF-8 characters you may need +to configure your environment differently. Windows is most likely to raise +issues. If so you can change your codepage and default encoding with: + +```sh +chcp 65001 +set PYTHONIOENCODING=utf-8 +``` + + ## More information See the following blogs for more information: