History log of /dokuwiki/_test/tests/inc/utf8_strtolower.test.php (Results 1 – 4 of 4)
Revision Date Author Comments
# a1c26920 01-Jul-2020 Andreas Gohr <andi@splitbrain.org>

adjust handling for greek characters. fixes #3188

This fixes an error in the case conversion table and removes "normal"
greek letters from the list of special characters. Mathematical symbols
based

adjust handling for greek characters. fixes #3188

This fixes an error in the case conversion table and removes "normal"
greek letters from the list of special characters. Mathematical symbols
based on greek letters are still considered special chars.

show more ...


# 0884c254 02-Jun-2020 Andreas Gohr <andi@splitbrain.org>

fix the case lookup table. #3113

This readds a whole bunch of conversions that for some reason got lost
in the refactoring. No idea what happened there.


# 8cbc5ee8 10-Jun-2019 Andreas Gohr <andi@splitbrain.org>

replaced deprecated utf8 functions

For now this uses full qualified namespaces, sensible imports may come
later.


# 04180aa9 15-Feb-2014 Andreas Gohr <andi@splitbrain.org>

unit test for FS#2173