<?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 Conversion.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>093fe67e98c0cdb4b73fd46938e49b64971483c2 - updated rector and applied it</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#093fe67e98c0cdb4b73fd46938e49b64971483c2</link>
        <description>updated rector and applied it

            List of files:
            /dokuwiki/inc/Utf8/Conversion.php</description>
        <pubDate>Sat, 07 Mar 2026 20:26:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dc63e34d0b71928033591f06191677717a35c148 - Fix deprecation warning in UTF8/Conversion</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#dc63e34d0b71928033591f06191677717a35c148</link>
        <description>Fix deprecation warning in UTF8/ConversionOriginal message:PHP Deprecated:  ord(): Providing a string that is not one byte long is deprecated. Use ord($str[0]) instead

            List of files:
            /dokuwiki/inc/Utf8/Conversion.php</description>
        <pubDate>Sat, 07 Mar 2026 13:35:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>53c68e5c9a0b29a9c116db947e44703197894557 - replace deprecated utf8_encode #4354</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#53c68e5c9a0b29a9c116db947e44703197894557</link>
        <description>replace deprecated utf8_encode #4354

            List of files:
            /dokuwiki/inc/Utf8/Conversion.php</description>
        <pubDate>Fri, 22 Nov 2024 15:54:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/inc/Utf8/Conversion.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>8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 - codestyle adjustments: class declaration braces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#8c7c53b0321a3cd3116b8d3b2ad27863a38dece7</link>
        <description>codestyle adjustments: class declaration braces

            List of files:
            /dokuwiki/inc/Utf8/Conversion.php</description>
        <pubDate>Wed, 30 Aug 2023 15:05:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e025be72dc39081d60ab8ece8c57058e8c41e540 - Apply rector fixes to inc/Utf8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.php#e025be72dc39081d60ab8ece8c57058e8c41e540</link>
        <description>Apply rector fixes to inc/Utf8

            List of files:
            /dokuwiki/inc/Utf8/Conversion.php</description>
        <pubDate>Tue, 29 Aug 2023 13:26:43 +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/Conversion.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/Conversion.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/Conversion.php#8cbc5ee84fe788597ede5266255a74af6da47555</link>
        <description>replaced deprecated utf8 functionsFor now this uses full qualified namespaces, sensible imports may comelater.

            List of files:
            /dokuwiki/inc/Utf8/Conversion.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>f41bbe4cad0871728891d9ffb45bd6fd79ab1024 - Moved all utf8 methods to their own namespaced classes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Utf8/Conversion.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/Conversion.php</description>
        <pubDate>Sun, 19 May 2019 21:49:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
