mdzk-rs / mdzk

General-purpose interface to connected notes
https://mdzk.app
Mozilla Public License 2.0
234 stars 18 forks source link

Encoding Problems With Other Alphabets #60

Closed emrergin closed 2 years ago

emrergin commented 2 years ago

My zettelkasten is in Turkish. Mdzk can not build because of an encoding problem. I am attaching some example files that causes the issues.

This is the error I am getting:

PS E:\zettlerv2> .\mdzk build
  ←[90m│ Loading mdzk in "E:\\zettlerv2".←[0m
  ←[90m│ Loaded configuration.←[0m
  ←[90m│ Updated summary file.←[0m
  ←[90m│ Parsed summary.←[0m
  ←[31mE←[0m Chapter file not found, Fikirler(Sözde) Disiplin.md
  ←[90m│←[0m
  ←[90m│←[0m ←[4mCaused by:←[0m
  ←[90m│←[0m
  ←[90m│←[0m - The system cannot find the file specified. (os error 2)

notes.zip

kmaasrud commented 2 years ago

Hmm, I cannot reproduce this... The filetree does not appear to be fully valid UTF-8 (see image below), but everything builds correctly, with no error.

image

@ratsclub do you have a Windows machine available? If so, could you try building @emrergin's notes on it and see if you get the same error?

kmaasrud commented 2 years ago

Closing due to inactivity. @emrergin, if the problem persists or rearises, please reopen it.