Hi, I'm trying to clean up my bootstrap. Is there a way to move these lines to application.ini?
setlocale(LC_ALL, 'en_US.utf8');
Zend_Locale::setDefault('en');
I read through the manual and it looks like this is required in the
bootstrap, but I'd like to double check.
Thanks,
Ed
