From 91b153d30e0a6cea1f62d778364148499a848abb Mon Sep 17 00:00:00 2001 From: Frank Gambino Date: Thu, 29 Sep 2016 09:26:35 -0400 Subject: [PATCH] Add wide non-breaking space --- src/Stringy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Stringy.php b/src/Stringy.php index 84dd366..250ae2e 100644 --- a/src/Stringy.php +++ b/src/Stringy.php @@ -1769,7 +1769,8 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess "\xE2\x80\x82", "\xE2\x80\x83", "\xE2\x80\x84", "\xE2\x80\x85", "\xE2\x80\x86", "\xE2\x80\x87", "\xE2\x80\x88", "\xE2\x80\x89", "\xE2\x80\x8A", - "\xE2\x80\xAF", "\xE2\x81\x9F", "\xE3\x80\x80"), + "\xE2\x80\xAF", "\xE2\x81\x9F", "\xE3\x80\x80", + "\xFF\xA0"), ); }