I've discovered that .conf files weren't being utf8-decoded when they
were being read - this means that any application trying to handle
utf8 correctly would have problems.

The methods load_config_file() and load_config_filestem() now
explicitly set the Config::Any option
    driver_args => {
        General => { -UTF8 => 1 }
    }

This means Config::General files will now work correctly.

Carl

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to