Entering non ascii characters would truncate the code-point to char when passing it to text_closing_character_pair_get(), which could then match bracket values. Resolve by checking the characters are ascii.
Entering non ascii characters would truncate the code-point to char when passing it to text_closing_character_pair_get(), which could then match bracket values. Resolve by checking the characters are ascii.