diff --git a/README.md b/README.md index 6f591f82..26c2421f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Afterwards, you may want to create an alias in your `.bashrc` or `.bash_profile` ### Known Issues -_jrnl_ relies on the `Crypto` package to encrypt journals, which has some known problems in automatically installing within virtual environments. +- The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with `chcp 1252` before using `jrnl` (Thanks to Yves Pouplard for solving this!) +- _jrnl_ relies on the `Crypto` package to encrypt journals, which has some known problems with installing within virtual environments. Advanced usage --------------