codeq/unicodenormalizer

Last activity 16 Apr 2022 2 54990
composer require codeq/unicodenormalizer

Normalize unicode form

v1.0

Version
v1.0
Type
neos-package
Release Date
Feb 05, 2017 22:12
Source
git
Distribution
zip
Requires
  • typo3/flow: ~3.0
4b8d0161c27e5715b3036384066eda86aa2234e6

Readme excerpt

Neos - Unicode Normalizer

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
  1. Install with composer require codeq/unicodenormalizer

  2. 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
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 32 package(s).