OK, I've just fixed this... All these sections need to be replaced in
the BOLTsearchPageListPlus function beginning on line 1871. Basically
need to add utf handling to these parameters. Also did for include and
type.

I think you figure out exactly where to insert these patches...

        if (isset($args['include'])) {
                $include = BOLTlowercase(BOLTutf2url($args['include']));
                if (is_array($outarray)) $outarray = array_merge($outarray,
explode(',', $include));
                else $outarray = explode(',', $include);
                }

        if ($args['exclude'] != '') {
                $exclude = BOLTlowercase(BOLTutf2url($args['exclude']));
                $e = explode(",", $exclude);

        elseif ($args['type'] != '') {
                $type = BOLTlowercase(BOLTutf2url($args['type']));
                $excludeType = true;

I have a new release coming out shortly. This seems to all be working
fine now, in my quick limited tests.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to