'rename' fails because of that second line of code i quoted, which
calls function BOLTfilter() (i think there is a problem) and calls
function BOLTutf2url() (is it needed?).
Markup like [(search group=一 fmt="* [[{+p}|+]] {+p1}")] also fails,
because the group parameter does not accept the utf8 character input.
In function BOLTsearchPageList() is a line commented out:
// $args['group'] = BOLTlowercase(BOLTutf2url($args['group']));
If i remove the comments then group=一 works. So why is this code line
commented out?
The {+p1} as Linley already pointed out does not render as utf8.
If BoltWire wants to be serious about full utf-8 support in page
names, then we should test everywhere with utf-8 strings as input.
Cheers,
Hans
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---