Skip to content
  • Daniel García Moreno's avatar
    Fix autocomplete crash with unicode usernames · 586e401f
    Daniel García Moreno authored
    Sometimes, when we try to autocomplete with usernames with unicodes, the
    count of chars is different from the count of graphemes so we were
    trying to split the list of graphemes at a out of bound position.
    
    Making the check first and returning if it's not possible fixs the
    problem.
    
    Fix #202
    586e401f