Menu

#25 Multibyte support not tested during installation and errors

0.99.3
closed-fixed
nobody
None
5
2015-11-25
2015-06-21
No

If multibyte support is not installed and enabled this line
$OUT.=($c==count($array)) ? mb_strtolower($name, FRONT_ENCODING) : "".mb_strtolower($name, FRONT_ENCODING)."";
in inc/layouts.php gives an error.
Obviously it runs in normal installations (ascii table names) substituting mb_strlower() with strlower(), but VFront should test multibyte availability on istallation.

Discussion

  • Marcello Verona

    Marcello Verona - 2015-11-25
    • status: open --> closed-accepted
    • Group: v1.0_(example) --> 0.99.3
     
  • Marcello Verona

    Marcello Verona - 2015-11-25
    • status: closed-accepted --> closed-fixed
     

Log in to post a comment.