Posted by Sergey
2016-09-27

Hello dear Tom. I create a search button like:
<a href="?_sc=customers/&sp:def:goods=<?php echo $hm->Zb('rs:def:goods'); ?>&sp:def:model=<?php echo $hm->Zb('rs:def:model'); ?>&sp:def:colors=<?php echo $hm->Zb('rs:def:colors'); ?>"><?php echo RSTR_SEARCH_1TO1; ?>Some text</a>
------------
"Goods" is a select box item and have russian symbols, so when user click it the script don't search anything. But if it's in english the searching is working.

Please tell me what i must do to search with russian symbols too.
Posted by Tom
2016-09-28

Hi,

>"Goods" is a select box item and have russian symbols, so when user click it the script don't search anything. But if it's in english the searching is working.

No, it shouldn't happen. I would suspect the encoding of the database is not UTF-8. Sometimes people mess up the encoding and didn't notice it.