Robert Vock
Results
12
comments of
Robert Vock
I tested your commit and it works fine 👍 thanks :) I rechecked my PHP version. Initially I said that I am using PHP 8.1.5. But the CLI used PHP...
You could also improve the `Utility::convertToSafeString` method. If it would transliterate the string, there would be a nicer URL. You could either use the utf8_romanize method from dokuwiki: https://github.com/splitbrain/dokuwiki/blob/master/inc/utf8.php Or...