This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Unicode {
|
||||
|
||||
public function unicon($str, $to_uni = true) {
|
||||
public function unicon(string $str, bool $to_uni = true) {
|
||||
$cp = array('А' => 'А', 'а' => 'а',
|
||||
"Б" => "Б", "б" => "б",
|
||||
"В" => "В", "в" => "в",
|
||||
|
Reference in New Issue
Block a user