From 92a8ec4f68a305d5ebb979e8d41ca42d08f9fb7d Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 5 Nov 2022 16:05:36 -0700 Subject: [PATCH] Remove Windows 7 known issue since jrnl no longer supports (#1636) --- 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))