codeq/unicodenormalizer

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

Normalize unicode form

v2.4.0

Version
v2.4.0
Type
neos-package
Release Date
Apr 16, 2022 20:02
Source
git
Distribution
zip
Requires
Requires (dev)
MIT
  • #flow
  • #helper
  • #neos
  • #fusion
3aebc8d800b22053dfe980e8ad864ecb14c7c8c7

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
The content of the readme is provided by Github
The same vendor provides 28 package(s).