Setup Patchwork for 1.1.*.

This commit is contained in:
Taylor Otwell 2013-04-18 11:00:40 -05:00
parent 5b43ff5181
commit b16bb1ac6a
1 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,19 @@
require $compiled; require $compiled;
} }
/*
|--------------------------------------------------------------------------
| Setup Patchwork UTF-8 Handling
|--------------------------------------------------------------------------
|
| The Patchwork library provides solid handling of UTF-8 strings as well
| as provides replacements for all mb_* and iconv type functions that
| are not available by default in PHP. We'll setup this stuff here.
|
*/
Patchwork\Utf8\Bootup::initAll();
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Register The Laravel Auto Loader | Register The Laravel Auto Loader