Changeset 9375


Ignore:
Timestamp:
2005-03-10T14:09:43+13:00 (19 years ago)
Author:
jrm21
Message:

minor fix for getting encoding from LC_ALL environment variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/pluginfo.pl

    r7952 r9375  
    107107    if ($encoding) {
    108108        $encoding =~ tr/-/_/;
    109         $encoding =~ s/utf_8/utf8/i; # special
     109        $encoding = lc($encoding);
     110        $encoding =~ s/utf_8/utf8/; # special
    110111        $gsprintf::specialoutputencoding=$encoding;
    111112    }
Note: See TracChangeset for help on using the changeset viewer.