Sujet : Re: How to convert <binaryGlowMixedWithASCII> to pure ASCII
De : chris (at) *nospam* internal.net (Chris Elvidge)
Groupes : comp.unix.shellDate : 14. May 2025, 11:08:47
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1001q3f$2ejpc$2@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 Lightning/5.4
On 14/05/2025 at 07:28, Brian Patrie wrote:
Chris Elvidge wrote:
> $ sq=$(echo -ne '\u0027\u2018\u2019\u0022\u201c\u201d')
To eliminate needless overhead:
sg=$'\u0027\u2018\u2019\u0022\u201c\u201d'
True. Thanks.
-- Chris Elvidge, EnglandI WILL NOT BARF UNLESS I'M SICK