fixed reference problem
This commit is contained in:
parent
adaf8f29ba
commit
55b0dd5cce
|
@ -723,7 +723,7 @@ function utf8_substr($str,$start)
|
||||||
|
|
||||||
// UTF-8 to codepoint array conversion.
|
// UTF-8 to codepoint array conversion.
|
||||||
// Correctly handles all illegal UTF-8 sequences.
|
// Correctly handles all illegal UTF-8 sequences.
|
||||||
function utf8_to_codepoints(&$txt) {
|
function utf8_to_codepoints($txt) {
|
||||||
$l = strlen($txt);
|
$l = strlen($txt);
|
||||||
$txt .= " ";
|
$txt .= " ";
|
||||||
$out = array();
|
$out = array();
|
||||||
|
|
Loading…
Reference in New Issue