Utfnormal: Difference between revisions
Appearance
Content deleted Content added
+ |
+ |
||
Line 2: | Line 2: | ||
'''utfnormal''' is a library that is currently being split out of MediaWiki core that contains unicode normalization functions. |
'''utfnormal''' is a library that is currently being split out of MediaWiki core that contains unicode normalization functions. |
||
To use it in your project, run <code>composer require wikimedia/utfnormal</code>. |
|||
== External links == |
== External links == |
||
* [https://phabricator.wikimedia.org/tag/utfnormal/ Phabricator project] |
* [https://phabricator.wikimedia.org/tag/utfnormal/ Phabricator project] |
||
* [https://packagist.org/packages/wikimedia/utfnormal On Packagist.org] |
Revision as of 19:00, 24 February 2015
utfnormal is a library that is currently being split out of MediaWiki core that contains unicode normalization functions.
To use it in your project, run composer require wikimedia/utfnormal
.