{
# Work arround a bug with some locales
# See http://bugs.contribs.org/show_bug.cgi?id=4644
use POSIX;
setlocale LC_ALL, 'en_US';
$OUT .= '';
}