Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier vendor/joomla/string/src/phputf8/utils/unicode.php

Espaces de nommage

 utf8
 

Fonctions

 utf8_to_unicode ($str)
 
 utf8_from_unicode ($arr)
 

Documentation des fonctions

◆ utf8_from_unicode()

utf8_from_unicode (   $arr)

◆ utf8_to_unicode()

utf8_to_unicode (   $str)

End of the multi-octet sequence. mUcs4 now contains the final Unicode codepoint to be output


((0xC0 & (*in) != 0x80) && (mState != 0)) Incomplete multi-octet sequence.

Références $i, et $tmp.

Référencé par utf8_strtolower(), et utf8_strtoupper().