Fix test.
All checks were successful
The build was successful.

This commit is contained in:
2019-05-01 11:48:57 +02:00
parent 1d6822c1e2
commit bbcd99789d

View File

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