codeq/unicodenormalizer

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

Normalize unicode form

v2.0

Version
v2.0
Type
neos-package
Release Date
Feb 06, 2017 06:15
Source
git
Distribution
zip
Requires
  • typo3/flow: ~4.0
0de499d8b02ac82dedee45247144e23f212d6034

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).