Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ $u = User::start();
if (isset($u->info['id'])) {
$sp = Db::getRows('select battle_id, exp from battle_last where uid = ? order by id desc', [$u->info['id']]);
foreach ($sp as $row) {
echo 'Áîé ¹ ' . $row['battle_id'] . ' , îïûò äî íà÷àëà áîÿ: ' . $row['exp'] . '<br>';
echo 'Бой № ' . $row['battle_id'] . ' , опыт до начала боя: ' . $row['exp'] . '<br>';
}
}