Timeline for Removing all non-ascii characters from a workflow (file)
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 16, 2018 at 2:58 | review | Suggested edits | |||
| Oct 16, 2018 at 4:58 | |||||
| Oct 15, 2018 at 19:43 | comment | added | l0b0 | What is the use case? Very often there are specific tools or different approaches which work much better than simply removing a bunch of special characters. Please note that ASCII does include several "special" characters like vertical tabs, bell, and NUL - are you sure you don't mean printable characters? | |
| Oct 15, 2018 at 18:09 | comment | added | wjandrea | @MatijaNalis More info about the representation: en.wikipedia.org/wiki/Caret_notation | |
| Oct 15, 2018 at 15:04 | comment | added | Captain Man | When you say "non-ascii characters" do you also include accented characters? | |
| Oct 15, 2018 at 15:04 | comment | added | Matija Nalis | related: if you just want to avoid problems with control chars (instead of silently getting rid of them), you can simply use cat -v to show them in ASCII represantation for them. (eg. ^G for \007) | |
| Oct 15, 2018 at 15:01 | history | tweeted | twitter.com/StackUnix/status/1051850430903476224 | ||
| Oct 15, 2018 at 12:37 | comment | added | Julien Lopez | stackoverflow.com/questions/15133607/… | |
| Oct 15, 2018 at 12:05 | answer | added | user232326 | timeline score: 11 | |
| Oct 15, 2018 at 11:15 | history | edited | Kusalananda♦ | edited tags; edited tags | |
| Oct 15, 2018 at 11:00 | history | edited | GAD3R | CC BY-SA 4.0 | added 2 characters in body |
| Oct 15, 2018 at 10:23 | answer | added | user88036 | timeline score: 15 | |
| Oct 15, 2018 at 10:07 | answer | added | Kusalananda♦ | timeline score: 34 | |
| Oct 15, 2018 at 10:01 | history | asked | Mizole Ni | CC BY-SA 4.0 |