Ignore:
Timestamp:
2014-12-01T17:19:18+13:00 (9 years ago)
Author:
ak19
Message:

Related to commit 29502. Same message: ISO-8859-15 pound sign did not get processed to pound sign in collection built on Ubuntu 64-bit after this got updated. It doesn't seem to have any to do with the perl 5.18 update, but may have resulted from some other aspect of the general OS update. Now the PagedImgPlugin? working on the xml folder in import, which contains the character, is set to use the iso-8859-15 encoding. Needed to set input_encoding flag, setting default_encoding flag was insufficient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/model-collect/Scanned-Img-Advanced/etc/collect.cfg

    r29502 r29505  
    3535plugin  NulPlugin
    3636plugin  EmbeddedMetadataPlugin
    37 plugin  PagedImagePlugin -process_exp xml.*\.item$ -create_screenview true -documenttype hierarchy -default_encoding iso_8859_15
     37plugin  PagedImagePlugin -input_encoding iso_8859_15 -process_exp xml.*\.item$ -default_encoding iso_8859_15 -create_screenview true -documenttype hierarchy
    3838plugin  PagedImagePlugin -create_thumbnail false
    3939plugin  MetadataXMLPlugin
Note: See TracChangeset for help on using the changeset viewer.