On Thu, Mar 26, 2009 at 9:31 AM, Martin <[email protected]> wrote:
>
> Let's say I have a page with:
>
> Bond: James
> Soros: George Martin
> (...)
>
> info report returns that list with the field name in lower case, while
> not touching value:
>
> James bond
>
> Using a csv list, list returns all characters in lower case and ready
> for pagename:
>
> soros,george_martin
>
> Does this result of url2utf?
No, not really. It's the case insensitivity of vars in BoltWire.
So {info.page::BOND} = {info.page::Bond} = {info.page::bond}. All the same.
We could easily enough add some simple php functions to capitalize the
output. For example with the phptools plugin enabled, you could output
[(ucwords {field})] and it will give you Bond.
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
-~----------~----~----~----~------~----~------~--~---