1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-04 12:27:30 +02:00

Use utf-8 representation of the wide space char

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

View File

@@ -1770,7 +1770,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
"\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"), "\xEF\xBE\xA0"),
); );
} }