Download the PHP package sjorek/unicode-normalization-stream-filter without Composer
On this page you can find all versions of the php package sjorek/unicode-normalization-stream-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sjorek/unicode-normalization-stream-filter
More information about sjorek/unicode-normalization-stream-filter
Files in sjorek/unicode-normalization-stream-filter
Download sjorek/unicode-normalization-stream-filter
More information about sjorek/unicode-normalization-stream-filter
Files in sjorek/unicode-normalization-stream-filter
Vendor sjorek
Package unicode-normalization-stream-filter
Short Description A stream filter to normalize unicode, currently only utf8.
License BSD-3-Clause
Homepage https://sjorek.github.io/unicode-normalization-stream-filter/
Package unicode-normalization-stream-filter
Short Description A stream filter to normalize unicode, currently only utf8.
License BSD-3-Clause
Homepage https://sjorek.github.io/unicode-normalization-stream-filter/
Please rate this library. Is it a good library?
Informations about the package unicode-normalization-stream-filter
Unicode-Normalization Stream-Filter
ATTENTION: This package has been replaced by the Unicode-Normalization package!
A composer-package providing a stream filter to normalize unicode, currently only utf8.
Installation
Example
Usage
Note: Be careful when using on streams in r+
or w+
(or similar) modes; by default PHP will assign the
filter to both the reading and writing chain. This means it will attempt to convert the data twice - first when
reading from the stream, and once again when writing to it.
Contributing
Look at the contribution guidelines
Links
Status
GitHub
Packagist
Social
All versions of unicode-normalization-stream-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package sjorek/unicode-normalization-stream-filter contains the following files
Loading the files please wait ....