Ignore:
Timestamp:
2004-03-07T15:18:16+13:00 (20 years ago)
Author:
mdewsnip
Message:

Updated the resource bundle handling code some more. Strings are first looked for in a language specific resource bundle (if specified). If not found there, the default resource bundle is checked. If still not found, the English resource bundle is checked. These resource bundles are loaded on an as-needed basis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/BasClas.pm

    r6932 r6945  
    9494    local $self = shift(@_);
    9595
     96    # XML output is always in UTF-8
     97    &gsprintf::output_strings_in_UTF8;
     98
    9699    &PrintUsage::print_xml_header();
    97100    $self->print_xml();
Note: See TracChangeset for help on using the changeset viewer.