Changeset 24741 for main/trunk


Ignore:
Timestamp:
2011-10-07T21:20:09+13:00 (13 years ago)
Author:
ak19
Message:

Dr Bainbridge's fix to another unicode issue to do with classifier buttonnames that have special characters: colcfg needs to be read in as unicode to have the buttonname preserved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/colcfg.pm

    r24519 r24741  
    166166    my ($filename) = @_;
    167167
    168     return &cfgread::read_cfg_file ($filename,
     168    return &cfgread::read_cfg_file_unicode ($filename,
    169169                    q/^(infodbtype|creator|public|defaultindex|importdir|/ .
    170170                    q/archivedir|cachedir|builddir|removeold|/ .
Note: See TracChangeset for help on using the changeset viewer.