Fix test.
已通過所有檢查
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-05-01 11:48:57 +02:00
父節點 1d6822c1e2
當前提交 bbcd99789d
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4

查看文件

@ -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);