Ticket #94 (closed defect: fixed)
PCRE_UTF8 non supporté
Reported by: | mik | Owned by: | olivier |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | module:core | Version: | |
Severity: | major | Keywords: | |
Cc: |
Description (last modified by olivier) (diff)
Lors du post d'un billet, sur une installation avec PCRE non compilé avec le support PCRE_UTF8 on obtient :
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 in /var/www/trunk/inc/clearbricks/lib.text.php on line 163
Warning: preg_replace() [function.preg-replace]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0 in /var/www/trunk/inc/clearbricks/lib.text.php on line 80
Et ça casse le processus de post.
Je ne pense pas que par defaut PCRE soit compilé avec le support UTF8, peut être qu'un fallback en non UTF8 le cas échéant serait interessant...
Change History
Note: See
TracTickets for help on using
tickets.
Merte ! C'est parfaitement impossible, le flag /u est utilisé partout :(