NishantTharani / LogSeqToObsidian

Some tools to help move my notes from LogSeq to Obsidian
130 stars 20 forks source link

Fix utf-8 character output on Windows #6

Closed sunboyy closed 1 year ago

sunboyy commented 1 year ago

If I have UTF-8 character in my Logseq source file (for my case, "฿" symbol), when I convert notes on Windows, I get an error. This PR resolves this issue.

NishantTharani commented 1 year ago

Thanks!