<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in utf8.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Thu, 31 Aug 2023 20:44:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c0c77cd20b23921c9e893bb70b99f38be153875a - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#c0c77cd20b23921c9e893bb70b99f38be153875a</link>
        <description>Merge branch &apos;master&apos; into psr2changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may havebeen lost, because the code changed to much.changes from commit df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 need to beverified. we might need to do some more adjustments.* master: (49 commits)  translation update  translation update  translation update  translation update  translation update  translation update  translation update  Update config.class.php  translation update  translation update  Update lang.php  Add ugc hint to nofollow  add UGC hint  translation update  translation update  use a script to fetch the correct phpunit  Revert &quot;output travis php version for easier debugging&quot;  setup databases for unit tests in travis  output travis php version for easier debugging  translation update  ...

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Thu, 10 Oct 2019 07:22:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8cbc5ee84fe788597ede5266255a74af6da47555 - replaced deprecated utf8 functions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#8cbc5ee84fe788597ede5266255a74af6da47555</link>
        <description>replaced deprecated utf8 functionsFor now this uses full qualified namespaces, sensible imports may comelater.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Mon, 10 Jun 2019 14:12:59 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0a8df03fe343b38077b1c8452f269982cadfbe9b - mark old utf8 functions deprecated</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#0a8df03fe343b38077b1c8452f269982cadfbe9b</link>
        <description>mark old utf8 functions deprecatedActually replacing all calls is still to come.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Sun, 09 Jun 2019 20:23:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0da4ba1be8e299965722c2c8103df5789cd9e880 - Some cleanup for the UTF-8 stuff</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#0da4ba1be8e299965722c2c8103df5789cd9e880</link>
        <description>Some cleanup for the UTF-8 stuffDocblocks, imports, etc...

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Mon, 20 May 2019 06:52:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f41bbe4cad0871728891d9ffb45bd6fd79ab1024 - Moved all utf8 methods to their own namespaced classes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#f41bbe4cad0871728891d9ffb45bd6fd79ab1024</link>
        <description>Moved all utf8 methods to their own namespaced classesThis doesn&apos;t really change much since the old functions are still neededfor compatibility reasons. We may be able to reduce the number offunctions by checking which ones we really need.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Sun, 19 May 2019 21:49:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e24a74c008f2fb1985baa3769cb6dbd1ff411b33 - PSR2 style fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#e24a74c008f2fb1985baa3769cb6dbd1ff411b33</link>
        <description>PSR2 style fixesThese are some simple whitespace/arrangement things that apparantlycan&apos;t be fixed automatically

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Sun, 24 Feb 2019 08:29:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 - utf8_tohtml: add $all param to encode everything (default false)</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#df81ca99eeaf4753d6f09cbddbb529afe7ef71c7</link>
        <description>utf8_tohtml: add $all param to encode everything (default false)This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been added.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 11 Jan 2019 21:20:54 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>aba86f383f2a5af0340d1bc69cf4f6853b03bf77 - visibility fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#aba86f383f2a5af0340d1bc69cf4f6853b03bf77</link>
        <description>visibility fixesFirst start at declaring visibilites for methods and properties. Stillmissing: the parser/renderer stuff and the plugins

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 27 Apr 2018 18:02:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>64159a61e94d0ce680071c8890e144982c3a8cbe - line lengths shortened</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#64159a61e94d0ce680071c8890e144982c3a8cbe</link>
        <description>line lengths shortenedThis makes sure all files use line lenghts shorter than 120 characters.This is a quick fix. It might not always be the nicest change.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 27 Apr 2018 17:07:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0cb706af149819075f36b7a003861c7f4f0d0eb7 - Let `utf8_substr` use `utf8_strlen` instead of `strlen(utf8_decode($value))`</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#0cb706af149819075f36b7a003861c7f4f0d0eb7</link>
        <description>Let `utf8_substr` use `utf8_strlen` instead of `strlen(utf8_decode($value))`

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 13 Oct 2017 07:08:30 +0000</pubDate>
        <dc:creator>&#1044;&#1084;&#1080;&#1090;&#1088;&#1080;&#1081; &#1051;&#1077;&#1073;&#1077;&#1076;&#1077;&#1074; &lt;dmitriy.lebedev@bars-open.ru&gt;</dc:creator>
    </item>
<item>
        <title>bce0dd6a7c1655cf19eff95a7fcc2847405840d2 - Make `utf8_strlen` use multiple fallback options</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#bce0dd6a7c1655cf19eff95a7fcc2847405840d2</link>
        <description>Make `utf8_strlen` use multiple fallback options

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Mon, 02 Oct 2017 10:30:27 +0000</pubDate>
        <dc:creator>&#1044;&#1084;&#1080;&#1090;&#1088;&#1080;&#1081; &#1051;&#1077;&#1073;&#1077;&#1076;&#1077;&#1074; &lt;dmitriy.lebedev@bars-open.ru&gt;</dc:creator>
    </item>
<item>
        <title>9c9753d6eadb7a5b7495594bd7f1bc4480edd4a2 - replace some var keywords</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#9c9753d6eadb7a5b7495594bd7f1bc4480edd4a2</link>
        <description>replace some var keywordsThis should fix some tests on PHP 7.1. The work is far from done, westill have a lot of variables without proper accessibility defined.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 12 May 2017 13:21:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>59752844d1903a528e765e8b80dafa2a1ca140ad - Fixed broken links to php.net and redirecting pages to php.net</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#59752844d1903a528e765e8b80dafa2a1ca140ad</link>
        <description>Fixed broken links to php.net and redirecting pages to php.net

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Tue, 14 Jun 2016 06:48:12 +0000</pubDate>
        <dc:creator>Anders Sandblad &lt;runeson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8a8104b258a296c2710caf2911b87403c9ef3d97 - Added class-exitsts</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#8a8104b258a296c2710caf2911b87403c9ef3d97</link>
        <description>Added class-exitsts

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Fri, 20 Feb 2015 03:14:07 +0000</pubDate>
        <dc:creator>SC Yoo &lt;dryoo@live.com&gt;</dc:creator>
    </item>
<item>
        <title>a500e62c4c074fa156db9a5096adee2133176543 - Normalization is required to manage multibyte characters.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#a500e62c4c074fa156db9a5096adee2133176543</link>
        <description>Normalization is required to manage multibyte characters.The OSX uses Unicode-NFD so normalization is required to manage multibyte characters.( http://unicode.org/reports/tr15/ )If don&apos;t do that, DokuWiki can&apos;t find the file uploaded from OS X with multibyte filename like &apos;&#46020;&#53216;&#50948;&#53412;.jpg&apos;

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Tue, 17 Feb 2015 14:02:15 +0000</pubDate>
        <dc:creator>SC Yoo &lt;dryoo@live.com&gt;</dc:creator>
    </item>
<item>
        <title>7e8500eea1e53b1de0e0f70400664afa442cd08d - PHPDocs and some improvements</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#7e8500eea1e53b1de0e0f70400664afa442cd08d</link>
        <description>PHPDocs and some improvements

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Thu, 02 Oct 2014 12:55:24 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>253d4b48ec708eb42033862dc15c8576f44a48ed - more PHPDocs, unused var, small bit code reformatting</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#253d4b48ec708eb42033862dc15c8576f44a48ed</link>
        <description>more PHPDocs, unused var, small bit code reformatting

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Wed, 01 Oct 2014 13:32:05 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3161005d07beb46bb8a866ec56a768938571ec9d - check for unicode preg capabilities in UTF-8 lib FS#2636</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#3161005d07beb46bb8a866ec56a768938571ec9d</link>
        <description>check for unicode preg capabilities in UTF-8 lib FS#2636We now have two defines for checking for UTF-8 and Unicode propertysupport in PREG and use them to work around FS#2636 on older systems.

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Mon, 12 Nov 2012 20:22:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fa446926c63aef4f4f394967b84d20e2da0dad6d - more utf8_basename fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/utf8.php#fa446926c63aef4f4f394967b84d20e2da0dad6d</link>
        <description>more utf8_basename fixes

            List of files:
            /dokuwiki/inc/utf8.php</description>
        <pubDate>Sun, 29 Jul 2012 10:09:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
