Timeline for How to convert UTF-8 txt files to all uppercase in bash?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 20, 2014 at 9:49 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 | added 8 characters in body |
| Jul 30, 2013 at 20:32 | comment | added | slm♦ | @StephaneChazelas - I'm not as versed on the variances 8-). Someone just downvoted, wonder why? | |
| Jul 30, 2013 at 20:23 | comment | added | Stéphane Chazelas | Actually, on FreeBSD (9.1), it's the other way round. It works with tr, but not with awk | |
| Jul 30, 2013 at 20:14 | comment | added | Stéphane Chazelas | That depends on the current locale and on the tr or awk implementation. For instance, most tr will correctly convert character when in a UTF8 locale, according to the current locale, GNU tr doesn't. mawk doesn't. | |
| Jul 30, 2013 at 19:22 | comment | added | slm♦ | @StephaneChazelas - thanks I changed the failing example. | |
| Jul 30, 2013 at 19:22 | history | edited | slm♦ | CC BY-SA 3.0 | added 1 characters in body |
| Jul 30, 2013 at 17:33 | history | answered | slm♦ | CC BY-SA 3.0 |