mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
116e253cc0
Current implementation of the skip fields logic does not handle multibyte code points correctly. It assumes each code point (`char`) is one byte. If the skipped part of the input line has any multibyte code points then this can cause fields not being skipped correctly (field start index is calculated to be before it actually starts). |
||
---|---|---|
.. | ||
not-utf8-sequence.txt | ||
skip-1-char.expected | ||
skip-2-fields.expected | ||
skip-3-check-2-chars.expected | ||
skip-3-check-5-chars.expected | ||
skip-5-chars.expected | ||
skip-chars.txt | ||
skip-fields.txt | ||
sorted-all-repeated-prepend.expected | ||
sorted-all-repeated-separate.expected | ||
sorted-all-repeated.expected | ||
sorted-counts.expected | ||
sorted-ignore-case.expected | ||
sorted-repeated-only.expected | ||
sorted-simple.expected | ||
sorted-unique-only.expected | ||
sorted-zero-terminated.expected | ||
sorted-zero-terminated.txt | ||
sorted.txt |