History log of /dokuwiki/_test/tests/inc/utf8_basename.test.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 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.


# fa446926 29-Jul-2012 Andreas Gohr <andi@splitbrain.org>

more utf8_basename fixes


# a8c343f2 29-Jul-2012 Michael Hamann <michael@content-space.de>

Fix utf8_basename for files in the root directory


# 420addb2 29-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix utf8_basename for file names without any directory


# f393a4eb 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

added utf8_basename()

This is a locale independent version of basename to work around
https://bugs.php.net/bug.php?id=37738

The function is not yet used anywhere. It should be at least used
where e

added utf8_basename()

This is a locale independent version of basename to work around
https://bugs.php.net/bug.php?id=37738

The function is not yet used anywhere. It should be at least used
where ever non-ASCII filenames and paths are handled. Simply replacing
all calls to basename() with this function might be the safest.

show more ...