mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-28 22:24:08 +01:00
97895a491a
In Crystal, handling multi-byte sequences in UTF-8 requires understanding that slicing by bytes can lead to invalid sequences if the slicing isn't aligned with character boundaries. In this case, attempting to slice a string by bytes can cut through multi-byte UTF-8 sequences, leading to invalid sequences. To avoid this, strings should be sliced based on characters rather than bytes. Fixes issue 4886 |
||
---|---|---|
.. | ||
ext | ||
invidious | ||
invidious.cr |