On Thu, Jan 7, 2010 at 4:42 PM, Bogdan <[email protected]> wrote: > >> > 1. I tried to put a user into Editor rank, so I make group.editor >> > page and wright his name there on the first line. Then I entered the >> > system with his details and the check showed a simple member priority. >> >> > Can the problem be that the name is in Cyrillic? >> > Recently I spend 2 hours until catch that strtolower() and other strto* >> > () functions do not work with Cyrillic. >> >> Very likely. Can you get it to work using the action.join page? What >> happens when you put {id} on a page? Can you cut and paste that to the >> group page? Case sensitivity may be a problem here. Give me any >> information you can give me--like example cyrillic I can test with. > > The action.join did the work. Probably it does something more then > just adding the member name to the group.editor list.
Be sure to check the source of the group page. My guess it is urlencoded when it should be normal utf. I think the more extensive rewrite of the ingroup function is the route to go. For one thing, I noticed it was giving weird results in certain scenarios. And if we remove the strtolower's from the join command we lose case insensitivity--which we can restore here. So I'll go that approach for the next release. Let me know if your next upgrade doesn't work properly. Thanks for helping get UTF to work in group memberships in BoltWire. 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.
