codeq/unicodenormalizer
最新稳定版本:v2.4.0
Composer 安装命令:
composer require codeq/unicodenormalizer
包简介
Normalize unicode form
README 文档
README
This Neos package normalizes Unicode characters, often causing issues when copying text from PDFs into the Neos backend and then viewing it in IE/Edge.
Requirements
Your PHP version must include the PECL intl >= 1.0.0 extension, which is included by default. We are using the PHP Normalizer
Usage
-
Install with
composer require codeq/unicodenormalizer -
Wrap any object with processor to normalize its output, e.g. you would probably want to normalize full page output like this:
prototype(Page).@process.normalize = CodeQ.UnicodeNormalizer:Normalizer
统计信息
- 总下载量: 60.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-02