mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Allow emoji in config file in Windows by always opening it as unicode (#1313)
* Open config file as utf-8 always * Add test for journal with emoji name
This commit is contained in:
parent
7109374d42
commit
050c17ee06
3 changed files with 15 additions and 3 deletions
|
@ -12,6 +12,7 @@ journals:
|
|||
new_encrypted:
|
||||
encrypt: true
|
||||
journal: features/journals/new_encrypted.journal
|
||||
✨: features/journals/simple.journal
|
||||
linewrap: 80
|
||||
tagsymbols: '@'
|
||||
timeformat: '%Y-%m-%d %H:%M'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue