From eb57137df1697be20b1cebf51700970db737dfde Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 23 Jul 2022 23:22:27 +0200 Subject: [PATCH] =?UTF-8?q?add=20"=F0=9F=94=A1=20Portable=20ASCII=20librar?= =?UTF-8?q?y=20-=20performance=20optimized=20(ascii)=20string=20functions?= =?UTF-8?q?=20for=20php."=20(#1027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -> https://github.com/voku/portable-ascii --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 113dadb..a59559f 100644 --- a/README.md +++ b/README.md @@ -671,6 +671,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 ASCII](https://github.com/voku/portable-ascii) - A library to convert strings to ascii. * [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.