From f5d4817e006412536a90861f7272cfe7aa77bd0a Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 27 Oct 2020 22:28:55 +0100 Subject: [PATCH] explain filename encoding issues --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7a48be0..291ed9b 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,16 @@ If by any chance, for a note the tool cannot determine a target directory or an And if a note receives different configurations by two different tags, the first one wins (by order of tag appearance in the document). +## Filename encoding Between Mac and Linux + +If you took your exported notes from a Mac and migrated them on a Linux box, you might encounter some filename encoding issue. +Hopefully, `convmv` can fix filenames for you! + +```sh +sudo dnf install convmv +convmv -f utf-8 -t utf-8 --nfc -r --notest /path/to/bear-notes +``` + ## License MIT