? .directory
? boost-797136.patch
? dbtuner-8.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.349
diff -u -p -r1.3.2.2.2.5.2.349 boost.module
--- boost.module	26 May 2010 18:19:59 -0000	1.3.2.2.2.5.2.349
+++ boost.module	26 May 2010 19:03:18 -0000
@@ -3307,6 +3307,7 @@ function boost_cache_write($filename, $b
           watchdog('boost', 'Unable to create directory: %dir<br /> Group ID: %gid<br /> User ID: %uid<br /> Current script owner: %user<br />', array('%dir' => dirname($filename), '%gid' => getmygid(), '%uid' => getmyuid(), '%user' => get_current_user()), WATCHDOG_WARNING);
         }
       }
+      $filename = iconv("UTF-8", "CP1255", $filename);
       $tempfile = $filename . getmypid();
       if (@file_put_contents($tempfile, $data) === FALSE) {
         if (BOOST_VERBOSE >= 3) {
