Timeline for Does (should) LC_COLLATE affect character ranges?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 13, 2022 at 18:06 | comment | added | SpinUp __ A Davis | None of my non-ancient systems (Debian, Ubuntu, macOS) output anything for echo B | LC_COLLATE=en_US grep '[a-z]'. | |
| Jul 13, 2022 at 17:49 | comment | added | SpinUp __ A Davis | Note when testing this, you may need to unset LC_ALL first so it's not overriding LC_COLLATE. | |
| Jan 27, 2014 at 6:20 | comment | added | Ian D. Allen | echo B | LC_COLLATE=en_US.utf8 grep '[a-z]' Doesn't print anything on Ubuntu 12.04 with grep 2.10. Doesn't print anything on Centos 6.5 with grep 2.6.3. Does work on Debian 6.0.8 with grep 2.6.3. | |
| Jul 4, 2011 at 20:57 | history | answered | Peter Eisentraut | CC BY-SA 3.0 |