I am noob on Unix. I've a very unique problem where and really appreciate your help. I need to parse string containing hash code value and convert the hash code is equivalent char representation. Here is the example code of it.
I see that you#39;re eligible to get ticket for show on your device#44;
now, the script should output to
I see that you're eligible to get ticket for show on your device,
`
(grave accent, U+0060)? Or do you mean’
(right single quotation mark), which is at 146 in the ibm-cp1252 character set for instance? – Stéphane Chazelas Jan 21 at 22:16’
is a control character,`
is`
(backtick, grave accent),'
(apostrophe) is'
,’
(right single quotation mark) is’
. – Stéphane Chazelas Jan 22 at 12:46