DOC Mention PythonUTF8 mode

This commit is contained in:
Renato Alves
2021-04-15 05:50:08 +02:00
parent 1a921ab4b7
commit 199ce2c508

View File

@@ -169,6 +169,9 @@ If you mix architectures the code will fail. More information on issue [#8](http
`cmd.exe` is not supported due to it's poor UTF-8 support.
Use [Microsoft Terminal](https://github.com/microsoft/terminal) and install [UTF-8 compatible fonts](https://www.google.com/get/noto/).
Depending on the Terminal settings, the Windows version and the language of your system,
you may also need to force Python to run in `UTF-8` mode with `PYTHONUTF8=1 python firefox_decrypt.py`.
##### MacOS/Darwin
@@ -176,6 +179,7 @@ If you get the error described in [#14](https://github.com/unode/firefox_decrypt
While not supported, you may find that `DYLD_LIBRARY_PATH=. python3 firefox_decrypt.py` will work in some configurations.
#### Testing
If you wish to run the test suite locally, chdir into `tests/` and run `./run_all`
@@ -189,6 +193,7 @@ If tests continue to fail, re-run with `./run_all -v` then please file a bug rep
It is much appreciated.
### Spin-off, derived and related works
* [firepwned](https://github.com/christophetd/firepwned#how-it-works) - check if your passwords have been involved in a known data leak