Skip to content
  • Philip Langdale's avatar
    movtextenc: fix handling of utf-8 subtitles · af043b83
    Philip Langdale authored
    See the earlier fix for movtextdec for details. The equivalent bug is
    present on the encoder side as well.
    
    We need to track the text length in 'characters' (which seems to really
    mean codepoints) to ensure that styles are applied across the correct
    ranges.
    af043b83