Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14054030
D14441.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.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
Sat, Nov 16, 9:51 PM (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717073
Default Alt Text
D14441.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