| ▲ | ubercow13 3 days ago | ||||||||||||||||||||||||||||
Seems quite hard to avoid - file management such as running "ls" where any filename has any non-ascii character such as a CJK or accented letter - editing any text file in a terminal editor that isn't 100% ascii - viewing/printing any data from any source, such as a log file/the web/'curl'ing something, where any language other than English or non-ascii character is used - using various modern command line tools that insist on printing emojis in their output | |||||||||||||||||||||||||||||
| ▲ | topaz0 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||
It would be different if I worked in chinese or hindi or something, or worked with other people who do. Also worth noting that even terminals that score badly on this benchmark handle most of the things you mention just fine (e.g. accented characters or check marks -- unicode that is well-behaved in terms of mapping a single code point to a single fixed width character). The places where the poorly ranked terminals lose points is mostly in pretty complicated cases that are far from what terminals were originally designed for. Also I have never encountered a command line tool that prints emoji -- and if I did, I would be annoyed. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| ▲ | anthk 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
Accented letters are easy under GNU/Linux or OBSD under X. Just launch:
The first switch switches ctrl with caps lock (it helps your hands) and the last one
maps the right Windows key (you can use menu key from laptop too with compose:menu)
so you just type [ ' ] [ a ] and you'll get an á char. | |||||||||||||||||||||||||||||
| ▲ | bigstrat2003 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
Literally none of those is a situation I've ever encountered. I don't think it's as hard to avoid as you think. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| ▲ | hnlmorg 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
> using various modern command line tools that insist on printing emojis in their output Ugh. Unpopular opinion this but I personally find this practice repugnant. Same for when used in git commit messages, CI/CD task names and other such places. It just cheapens the quality of the product in my opinion Graphical characters and symbols like ticks I’m fine with. I have no objection to people wanting to make the terminal pretty. But emojis in software feels like juvenile - like signing a formal letter with your gaming handle. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||