Hacker News new | ask | show | jobs
by tredre3 190 days ago
Many of the utils, such as sort, aren't locale-aware. Considering that most of the world do not use English/ASCII, do you still consider that an irrelevant edge case?
1 comments

I don't consider it irrelevant, but neither does uutils. However, it's also not something that is currently at a zero. I'm not even sure that this percentage of tests is related to locale support specifically. I'm sure parity will be reached here.

For example, sort has an open PR on it right now.

> I'm sure parity will be reached here.

And this project should be considered then. Not before.

I would be surprised if they decided to go ahead without more robust locale support, I agree with that.