History log of /dokuwiki/inc/Utf8/tables/case.php (Results 1 – 4 of 4)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 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.


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

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
dif

Create separate table files for UTF-8 handling

These will be loaded via include, later on and should be cachable by
Op-Cache.

The formatting has been adjusted to have one entry per line to make
diffing much easier in the future.

For now duplicate keys and commented code from the originals have been
kept. But this should probably be cleaned up in the future.

For now these tables are not used, yet.

show more ...