-
-
Notifications
You must be signed in to change notification settings - Fork 548
Description
Diagnostic output
jrnl: v4.2.1
Python: 3.13.2 (main, Feb 5 2025, 08:05:21) [GCC 14.2.1 20250128]
OS: Linux 6.13.8-arch1-1
What are you trying to do?
When I write something that contains letter "ğ", the jrnl outputs this error message.
┏━ Error ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ UnicodeDecodeError ┃
┃ 'utf-8' codec can't decode byte 0xc3 in position 0: invalid continuation byte ┃
┃ ┃
┃ This is probably a bug. Please file an issue at: ┃
┃ https://github.com/jrnl-org/jrnl/issues/new/choose ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
What have you tried?
I tried the convert the journal file to UTF-8 format.
Other Information
No response