Skip to content
  • Matthias Clasen's avatar
    Prevent an assertion with invalid Unicode sequences · 71aaeaf0
    Matthias Clasen authored
    Invalid Unicode sequences, such as 0x2665 0xfe0e 0xfe0f,
    can trick the Emoji iter code into returning an empty
    segment, which then triggers an assertion in the itemizer.
    
    Prevent this by ensuring that we make progress.
    
    This issue was reported by Jeffrey M.
    71aaeaf0