Fix test.
Todas las comprobaciones han sido exitosas
The build was successful.

Este commit está contenido en:
Rafal Kupiec 2019-05-01 11:48:57 +02:00
padre 1d6822c1e2
commit bbcd99789d
Firmado por: belliash
ID de clave GPG: 4E829243E0CFE6B4

Ver fichero

@ -38,7 +38,7 @@ class Unicode {
if($to_uni) { if($to_uni) {
$str = strtr($str, $cp); $str = strtr($str, $cp);
} else { } else {
foreach($c in $cp) { foreach(string $c in $cp) {
$cpp[$c] = array_search($c, $cp); $cpp[$c] = array_search($c, $cp);
} }
$str = strtr($str, $cpp); $str = strtr($str, $cpp);