*** boost.module	2010-01-08 08:34:09.519215138 -0500
--- boost.module~	2010-01-04 11:49:12.989215043 -0500
*************** function boost_async_opp($output, $wait 
*** 4087,4097 ****
        $old_headers[] = $value;
      }
    }
-   // Set Character Encodeing if sending text
-   if (stristr($content_type, 'text')) {
-     $content_type .= '; charset=utf-8';
-   }
- 
    // Prime php for background operations
    $loop = 0;
    while (ob_get_level() && $loop < 25) {
--- 4087,4092 ----
