codeq/unicodenormalizer

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

Normalize unicode form

v2.0.1

Version
v2.0.1
Type
neos-package
Release Date
Jun 20, 2018 16:38
Source
git
Distribution
zip
Requires
  • typo3/flow: ~4.0
MIT
  • #flow
  • #helper
  • #neos
  • #fusion
8761cbcee42727d6a3c50aa88f6474fb779497d8

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