国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
479B

  1. <?php
  2. if (!defined('DEDEINC')) exit('dedebiz');
  3. /**
  4. * @version $Id: charset.func.php 1 17:44 2020-09-22 tianya $
  5. * @package DedeBIZ.Libraries
  6. * @copyright Copyright (c) 2020, DedeBIZ.COM
  7. * @license https://www.dedebiz.com/license
  8. * @link https://www.dedebiz.com
  9. */
  10. // ------------------------------------------------------------------------
  11. // 字符编码转换的小助手
  12. // 这里仅做一个映射
  13. helper("charset");