Re: Re: [Issue 119] :u doesn't work correctly with UTF-8 database

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Mon, 27 Feb 2006 17:46:40 +0100
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
Torben Nehmer <[email protected]> wrote:

> > I am thinking about such solution:
> > ( As we're  going to move much of the parser from core to midgard-php )
> > Wouldn't it be an idea if we could support 'u' ( aka 'url' ) formatter with 
> > 
> > urlencode(utf8_decode($var));  ?
> > 
> > Opinions?
> 
> No:
> 
> $var = "?"

Is that the only one exception?
I am testing utf-8 aware 'u' formatter with HEAD, before I commit code to stable branch.

Piotras