Changeset 3427


Ignore:
Timestamp:
2002-09-17T20:51:08+12:00 (22 years ago)
Author:
sjboddie
Message:

The input encoding will now default to utf8 instead of iso-8859-1. This
seems like a better default, particularly since the build system can't
presently detect utf8 for itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r3086 r3427  
    163163             q^extract_keyphrase_options/.*/^, \$self->{'kea_options'}, #no extra options
    164164             qq^input_encoding/$enc/auto^, \$self->{'input_encoding'},
    165              qq^default_encoding/$denc/iso_8859_1^, \$self->{'default_encoding'},
     165             qq^default_encoding/$denc/utf8^, \$self->{'default_encoding'},
    166166             q^extract_email^, \$self->{'extract_email'},
    167167             q^markup_acronyms^, \$self->{'markup_acronyms'},
Note: See TracChangeset for help on using the changeset viewer.