From df2ada6e4b3d459119655c2b08e57290b2e85327 Mon Sep 17 00:00:00 2001 From: Jakob Moser Date: Sun, 1 Jun 2025 16:46:31 +0200 Subject: [PATCH] Change heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41594f7..ed5c10a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ python3 -m karaokatalog.deduplicate $SONG_LIBRARY python3 -m karaokatalog.organize $SONG_LIBRARY ``` -### Recode +### Recoding **Re-encode all txt files into UTF-8.** This will use normal UTF-8, i.e., UTF-8 without BOM. If the txt uses UTF-8 with BOM, BOM is removed.