diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-03 18:44:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-03 18:44:04 +0000 |
commit | c0a5046d0e398d5576cd66a33269728e73384d4c (patch) | |
tree | fc330e3201d5bb5080b0739c7d21e117243ace8e /www/webglimpse/files/patch-ak | |
parent | Update to v1.20. (diff) |
narrow localization to LC_CTYPE only
Notes
Notes:
svn path=/head/; revision=14334
Diffstat (limited to 'www/webglimpse/files/patch-ak')
-rw-r--r-- | www/webglimpse/files/patch-ak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webglimpse/files/patch-ak b/www/webglimpse/files/patch-ak index 14af89a9abaf..94a833715802 100644 --- a/www/webglimpse/files/patch-ak +++ b/www/webglimpse/files/patch-ak @@ -49,7 +49,7 @@ - $nhhops, $local_limit, $remote_limit, $addboxes, @urllist) = ReadConfig($indexdir); + $nhhops, $local_limit, $remote_limit, $addboxes, $vhost, $usemaxmem, $locale, $charset, @urllist) = ReadConfig($indexdir); + -+$ENV{LANG}=$locale if ($locale ne ''); ++$ENV{LC_CTYPE}=$locale if ($locale ne ''); +setlocale(LC_CTYPE, ""); + +$charset = "; charset=$charset" if ($charset ne ''); |