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

coding style: function call spacing


# e025be72 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Utf8


# 704bf768 14-Aug-2022 Andreas Gohr <andi@splitbrain.org>

replace deprecated call to dbglog. fixes #3726


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# f9aa34a3 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

test the collator fallback always

Now the use of the intl extension can be turned off, allowing for easy
testing of the fallback. The test now inherits from the collator test so
we avoid too much du

test the collator fallback always

Now the use of the intl extension can be turned off, allowing for easy
testing of the fallback. The test now inherits from the collator test so
we avoid too much duplicate code

show more ...


# 2d85e841 11-Aug-2020 Andreas Gohr <andi@splitbrain.org>

wrap sorting functions into their own class