Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjorek/unicode-normalization-stream-filter

A composer-package providing a unicode-normalization stream-filter.
https://github.com/sjorek/unicode-normalization-stream-filter

composer composer-package php stream-filter

Last synced: about 2 months ago
JSON representation

A composer-package providing a unicode-normalization stream-filter.

Awesome Lists containing this project

README

        

# [Unicode-Normalization Stream-Filter](https://sjorek.github.io/unicode-normalization-stream-filter/)

**ATTENTION:** *This package has been replaced by the [Unicode-Normalization](https://sjorek.github.io/unicode-normalization/) package!*

A [composer](http://getcomposer.org)-package providing a stream filter to normalize unicode, currently only utf8.

## Installation

```bash
php composer.phar require sjorek/unicode-normalization-stream-filter
```

## Example

```php