Tagged Questions
7
votes
2answers
516 views
coreutils that are utf aware?
When I used cut today, I found out it doesn't treat a utf-8 character as a character, but 3 characters because it's 3 bytes long.
This seems to be generally true for many tools.
Are there versions ...