Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15381297
D14441.id34897.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
521 B
Referenced Files
None
Subscribers
None
D14441.id34897.diff
View Options
diff --git a/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php b/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
--- a/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
+++ b/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
@@ -107,7 +107,7 @@
return array();
}
- $tokens = preg_split('/\s+|[-\[\]]/', $string);
+ $tokens = preg_split('/\s+|[-\[\]]/u', $string);
return array_unique($tokens);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 15 2025, 6:56 AM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382484
Default Alt Text
D14441.id34897.diff (521 B)
Attached To
Mode
D14441: Use unicode mode when tokenizing strings like user realnames
Attached
Detach File
Event Timeline
Log In to Comment