? 118177-document-code-clean-sh.patch
? 582534-freetagging-fullwidth-comma.patch
? 607240-ajax-space-bar.patch
? modules/search/search.module-test
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1046
diff -u -p -r1.1046 common.inc
--- includes/common.inc	12 Nov 2009 20:40:27 -0000	1.1046
+++ includes/common.inc	13 Nov 2009 18:03:54 -0000
@@ -6031,7 +6031,7 @@ function watchdog_severity_levels() {
 function drupal_explode_tags($tags) {
   // This regexp allows the following types of user input:
   // this, "somecompany, llc", "and ""this"" w,o.rks", foo bar
-  $regexp = '%(?:^|,\ *)("(?>[^"]*)(?>""[^"]* )*"|(?: [^",]*))%x';
+  $regexp = '%(?:^|,|，\ *)("(?>[^"]*)(?>""[^"]* )*"|(?: [^",|，]*))%xu';
   preg_match_all($regexp, $tags, $matches);
   $typed_tags = array_unique($matches[1]);
 
