mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Typing "tim " did not did not produce any match when suggesting person in composebox typeahead or user group typeahead as the space at the end of the "tim " string passed by the browser was a `no break-space (U+00A0)` instead of `space (U+0020)`. Although there are unicode characters other than `no break-space` which represent spaces, only U+00A0 is replaced as it was the only space character encountered when testing this issue manually. Fixes #10039.
4.0 KiB
4.0 KiB