moodle/lib/typo3
Eloy Lafuente (stronk7) 3b69ed2104 MDL-67316 typo3: Pass correct hex chars to hexdec()
Typo3 was relaying on the feature of base converter
functions silently removing invalid chars so, for example:

'U+00A0' => '00A0' => 160

Since php74, the existence of those invalid chars do produce
a deprecation warning, no matter the outcome continues being the same.

So, here, we are just converting that invalud 'U+' by '0x'
2020-04-24 15:56:38 +02:00
..
csconvtbl
unidata
class.t3lib_cs.php MDL-67316 typo3: Pass correct hex chars to hexdec() 2020-04-24 15:56:38 +02:00
class.t3lib_div.php MDL-67017 typo3: php74 fixup for typo3 lib 4.7.19 2019-11-16 20:02:59 +01:00
class.t3lib_l10n_locales.php
class.t3lib_utility_debug.php
interface.t3lib_singleton.php
readme_moodle.txt MDL-67316 typo3: Pass correct hex chars to hexdec() 2020-04-24 15:56:38 +02:00