Changeset 11 for efio/include

Show
Ignore:
Timestamp:
12/08/07 00:19:51 (4 years ago)
Author:
teiko
Message:

Убрал tab из фильтра, перекодировка запросов для konqueror

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • efio/include/JsHttpRequest.php

    r1 r11  
    328328        } else { 
    329329            if (strpos($data, '%u') !== false) { // improve speed 
     330                $data = str_replace('u0025', '', $data); // hack for Konqueror 
    330331                $data = preg_replace_callback('/%u([0-9A-F]{1,4})/si', array(&$this, '_ucs2EntitiesDecodeCallback'), $data); 
    331332            }