From 50dddd0aa41691512bd9fd7d3e108534747afbf2 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sun, 25 Sep 2016 02:25:49 +0200 Subject: [PATCH] [+]: add "Portable UTF-8" One more string manipulation library, with UTF-8 safe replacement methods. -> https://github.com/voku/portable-utf8#class-methods --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a75471d..d33b3b5 100644 --- a/README.md +++ b/README.md @@ -628,6 +628,7 @@ Libraries to help manage database schemas and migrations. * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets). * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings. +* [Portable UTF-8](https://github.com/voku/portable-utf8) - A string manipulation library with UTF-8 safe replacement methods. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.