Changeset 17330


Ignore:
Timestamp:
2008-09-18T14:19:52+12:00 (16 years ago)
Author:
kjdon
Message:

added default values for self->input_encoding and self->default_encoding, to be used in textcat_get_language_encoding

File:
1 edited

Legend:

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

    r15872 r17330  
    133133
    134134    $self = bless $self, $class;
     135    # used for convert_post_process
     136    $self->{'input_encoding'} = "auto";
     137    $self->{'default_encoding'} = "utf8";
    135138
    136139    $self->load_secondary_plugins($class,$secondary_plugin_options, $hashArgOptLists);
     
    153156
    154157# this has been commented out in other plugins. do we need it here?
     158# ps files are converted to images (item file should be in utf8) or text (uses pstoascii), so we shouldn't need to ensure utf8
    155159sub convert_post_process
    156160{
Note: See TracChangeset for help on using the changeset viewer.