Skip to content

Normalizes Unicode characters, often causing issues when copying text from PDFs and then viewing it in IE/Edge.

License

Notifications You must be signed in to change notification settings

code-q-web-factory/neos-unicodenormalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)[email protected] = CodeQ.UnicodeNormalizer:Normalizer

About

Normalizes Unicode characters, often causing issues when copying text from PDFs and then viewing it in IE/Edge.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages