[go: up one dir, main page]

Menu

#95 tv_imdb: UTF8 text with accented characters is corrupted

0.5.67
closed-fixed
nobody
tv_imdb (2)
5
2015-03-06
2015-02-11
MossyTC
No

Running the following command (using the attached file as input) produces an output that is identical to the input, except that the accented character, and the character following the accented character are missing.

tv_imdb --imdbdir imdbdir --movies-only utf8.xml --output utf8.output.xml

The problem is that $prog is decoded but if augmentProgram returns undef, then $prog is not re-encoded before being written to file.

1 Attachments

Discussion

  • MossyTC

    MossyTC - 2015-02-11

    Patch

     
  • Jerry Veldhuis

    Jerry Veldhuis - 2015-02-21

    good patch, thanks for this.
    patch merged into source repo.

     
  • Geoff

    Geoff - 2015-03-06
    • status: open --> closed-fixed
    • Group: 0.5.66 --> 0.5.67