lweyand / pmwiki_convertor

pmwiki file converter
GNU General Public License v3.0
1 stars 1 forks source link

Markdown conversion broken filenames #3

Open febdoctor opened 1 year ago

febdoctor commented 1 year ago

After converting a PmWiki instance to Markdown, the links do not work anymore as the convertor changes the filenames to lowercase. For example the link to "HomePage" has become "homepage".

This is caused by the normalize() function. If interested, I have a quick fix that keeps the capitalization. But it's unclear why filenames were converted to lower case.

lweyand commented 1 year ago

As I remember, the filenames were converted to lowercase, because dokuwiki read and create files in lowercase only. I will check.