History log of /dokuwiki/inc/Utf8/Clean.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 2401f18d 30-Oct-2019 Syntaxseed <825423+syntaxseed@users.noreply.github.com>

Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory.


# f41bbe4c 19-May-2019 Andreas Gohr <andi@splitbrain.org>

Moved all utf8 methods to their own namespaced classes

This doesn't really change much since the old functions are still needed
for compatibility reasons. We may be able to reduce the number of
func

Moved all utf8 methods to their own namespaced classes

This doesn't really change much since the old functions are still needed
for compatibility reasons. We may be able to reduce the number of
functions by checking which ones we really need.

show more ...