mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-04 20:37:29 +02:00
Use utf-8 representation of the wide space char
This commit is contained in:
@@ -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"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user