? boost-637002.patch
? boost-637212.patch
? boost-638390.1.patch
? boost-638390.patch
? boost-638630.patch
? boost-639336.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.251
diff -u -p -r1.3.2.2.2.5.2.251 boost.module
--- boost.module	16 Nov 2009 18:15:29 -0000	1.3.2.2.2.5.2.251
+++ boost.module	21 Nov 2009 22:50:40 -0000
@@ -4000,7 +4000,7 @@ function boost_crawler_run($expire = -1)
  *  string - Content type header.
  */
 function boost_async_opp($output, $wait = TRUE, $content_type = "text/html", $length = 0) {
-  $length = ($length == 0) ? (strlen($output)-1) : $length;
+  $length = ($length == 0) ? (mb_strlen($output, '8bit')-1) : $length;
   // Prime php for background operations
   $loop = 0;
   while (ob_get_level() && $loop < 25) {
