[pmwiki-users] 2.2.0-beta43 released (drafts, expressions, diff, utf-8)

Petko Yotov 5ko at free.fr
Mon Apr 16 03:04:55 CDT 2007


On Sunday 15 April 2007 23:16, Patrick R. Michaud wrote:
>
> Searches on sites using utf-8 are now performed case-insensitively
> for accented characters.
>

Hello Patrick.

There is a problem with the $CaseConversions array, line 214:

   "\xc9\xbd" => "\x171\xa4",

The value "\x171\xa4" is probably not what it is intended be, for PHP it means
   "\x17" . "1" . "\xa4"

where \x17 is a control character outside of the UTF-8 extended set. Is it 
maybe 171 in decimal or in octal where it should be in hex?

I tried to find what is written in the source [1] but could not find the 
sequence C9BD.

Patrick, could you please double-check.

Thanks,
Petko

[1] http://unicode.org/Public/UNIDATA/UnicodeData.txt




More information about the pmwiki-users mailing list