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

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

> >>> 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.
> 
> It was a single example. You might want to check unicode.org about the thousands
> of other characters in the Unicode set not covered by Latin 1...

I understand. I just ask if the formatter should try parse every character or make some exceptions.
I suggested myself with '?' as this is url formatter anyway.

Piotras