Mosets Mosets Help Mosets Tree How can I simple search with utf-8 text?
Can't find what you're looking for? Search the forum.

How can I simple search with utf-8 text?

This fix only applies to Mosets Tree 1.5x series. FILE: /modules/mod_mt_search.php Find:
$onclickCmd .= "&searchword=' + escape(document.searchfrm2_mod.mt_search.value)";
and replace with:
$onclickCmd .= "&searchword=' +document.searchfrm2_mod.mt_search.value";
Copyright © 2012 Mosets. All rights reserved.