mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
7 lines
79 B
PHP
7 lines
79 B
PHP
<?php declare(strict_types=1);
|
|
|
|
function has𠀊Unicode()
|
|
{
|
|
return true;
|
|
}
|