Файл: concrete5.7.5.6/concrete/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup/utf8_encode.php
Строк: 20
<?php // vi: set fenc=utf-8 ts=4 sw=4 et:
/*
* Copyright (C) 2013 Nicolas Grekas - p@tchwork.com
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the (at your option):
* Apache License v2.0 (http://apache.org/licenses/LICENSE-2.0.txt), or
* GNU General Public License v2.0 (http://gnu.org/licenses/gpl-2.0.txt).
*/
use PatchworkPHPShim as s;
function utf8_encode($s) {return sXml::utf8_encode($s);};
function utf8_decode($s) {return sXml::utf8_decode($s);};