文件名称:处理UTF-8格式字符串的便携PHP库.zip
文件大小:930KB
文件格式:ZIP
更新时间:2022-07-31 03:25:20
类库下载-处理UTF-8格式字符串的便携PHP库
<?php /* * Copyright (C) 2016 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). */ /** * Normalizer plugs Patchwork\PHP\Shim\Normalizer as a PHP implementation * of intl's Normalizer when the intl extension in not enabled. */ class Normalizer extends Patchwork\PHP\Shim\Normalizer { }UTF-8(8-bit Unicode Transformation Format)是一种针对Unicode的可变长度字符编码,又称万国码。由Ken Thompson于1992年创建。现在已经标准化为RFC 3629。UTF-8用1到6个字节编码Unicode字符。用在网页上可以统一页面显示中文简体繁体及其它语言