+
+2007-02-11 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel)
+
2007-02-07 Michael Stucki <michael@typo3.org>
* Release of TYPO3 4.1RC1
if (!t3lib_extMgm::isLoaded('cms')) return;
// EDIT page:
- $this->editPage = trim(strtolower($this->editPage));
+ $this->editPage = trim($LANG->csConvObj->conv_case($LANG->charSet,$this->editPage,'toLower'));
$this->editError = '';
$this->theEditRec = '';
$this->searchFor = '';