moodle-filter_wiris
moodle-filter_wiris copied to clipboard
Moodle plugin that converts any MathML or LaTeX to accessible images using the MathType API services by Wiris
## Description > Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change....
Hi, thanks for the great work on this plugin We found some errors and deprecations in the codebase, here's the list 1. **File:** filter/wiris/integration/lib/haxe/Utf8.class.php **Line:** 26 **Message:** Function utf8_encode() is...
**Hash.class.php**: Allow mixed return type for `getIterator` as a temporary fix. **Boot.class.php**: Fix several `strpos` calls where passing null to parameters is not allowed anymore.