From c6980ec40066d9507fe212d025e5cac6b49b0415 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 5 Nov 2022 12:49:51 -0700 Subject: [PATCH] Remove Windows 7 known issue since jrnl no longer supports --- docs/advanced.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/advanced.md b/docs/advanced.md index 7d46fbd7..140e5b25 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -115,12 +115,3 @@ jrnl --config-file ~/foo/jrnl/work-config.yaml # Use default configuration file (created on first run) jrnl ``` - -## Known Issues - -### Unicode on Windows - -The Windows shell prior to Windows 7 has issues with unicode encoding. -To use non-ascii characters, first tweak Python to recognize the encoding by adding `'cp65001': 'utf_8'`, to `Lib/encoding/aliases.py`. Then, change the codepage with `chcp 1252` before using `jrnl`. - -(Related issue: [#486](https://github.com/jrnl-org/jrnl/issues/486))