woolfg / dokuwiki-plugin-gitbacked

Plugin for DokuWiki to store/sync files and media with a git repo
GNU General Public License v2.0
74 stars 26 forks source link

Fix to support Cyrillic commit messages #85

Closed mhoffrog closed 1 year ago

mhoffrog commented 1 year ago

As described by #82 this PR fixes the cutting of cyrillic commit messages. This fix has been tested on a PHP 7.4 DokuWiki (Hogfather) instance on a Linux and Windows OS.

fixes #82