QuoteToAscii converts non printable characters to \xd , but i literally want the same value .
QuoteToAscii will not produce the json compatible string or will not escape string in true sense like Conversion of "abc\u001d" will be converted to "abc\x1d" which is not compatible with json string If there is no built in cooked function , Can you please through some pointers how to implement on own , i am not able to figure it out ... -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAMpAxYFYOS3YNLLpp%2B0yUi9Tp%2BdPnsRn_YmZM2szPPdt9nj5WA%40mail.gmail.com.
