codeq/unicodenormalizer
composer require codeq/unicodenormalizer
Normalize unicode form
v2.1.2
Readme excerpt
Neos - Unicode NormalizerThis Neos package normalizes Unicode characters, often causing issues when copying text from PDFs into the Neos backend and then viewing it in IE/Edge.
RequirementsYour 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:
Read more
The same vendor provides 32 package(s).