first commit
This commit is contained in:
7
libraries/vendor/voku/portable-utf8/bootstrap.php
vendored
Normal file
7
libraries/vendor/voku/portable-utf8/bootstrap.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use voku\helper\Bootup;
|
||||
use voku\helper\UTF8;
|
||||
|
||||
Bootup::initAll(); // Enables UTF-8 for PHP
|
||||
UTF8::checkForSupport(); // Check UTF-8 support for PHP
|
||||
Reference in New Issue
Block a user