Ticket #86 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Some characters displayed incorrectly from srt files.

Reported by: nemeseri Assigned to:
Priority: normal Milestone:
Component: Perian-Main Version:
Severity: normal Keywords:
Cc:

Description

Two hungarian characters "ő" (U+0151) "Ő" (U+0150) and "ű" (U+0171) "Ű" (U+0170) displayed incorrectly. Instead of the chracters only an empty square displayed. Note that these characters are not part of the ISO-8859-1 (Latin 1) character set. These are inculded in ISO-8859-2; so other characters included in this set may also be affected.

In early srt support these characters displayed correctly.

Attachments

desp_311.srt (53.2 kB) - added by nemeseri on 01/13/07 19:45:58.
utf-8 srt file

Change History

01/13/07 19:45:58 changed by nemeseri

  • attachment desp_311.srt added.

utf-8 srt file

01/13/07 20:45:10 changed by astrange

  • status changed from new to closed.
  • resolution set to fixed.

(In [283]) Fix subtitles' font substitution. Closes #86. (ATSUSetTransientFontMatching apparently must be called after ATSUSetTextPointerLocation?) Add a null pointer check.