mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-06 13:26:40 +02:00
Add wide non-breaking space
This commit is contained in:
@@ -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"),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user