1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-07 13:56:31 +02:00

Add wide non-breaking space

This commit is contained in:
Frank Gambino
2016-09-29 09:26:35 -04:00
committed by GitHub
parent 9ebdf88b71
commit 91b153d30e

View File

@@ -1769,7 +1769,8 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
"\xE2\x80\x82", "\xE2\x80\x83", "\xE2\x80\x84", "\xE2\x80\x82", "\xE2\x80\x83", "\xE2\x80\x84",
"\xE2\x80\x85", "\xE2\x80\x86", "\xE2\x80\x87", "\xE2\x80\x85", "\xE2\x80\x86", "\xE2\x80\x87",
"\xE2\x80\x88", "\xE2\x80\x89", "\xE2\x80\x8A", "\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"),
); );
} }