Examples using... strconv.QuoteRuneToGraphic()
Recent
QuoteRuneToGraphic returns a single-quoted Go character literal representing
the rune. The returned string uses Go escape sequences (\t, \n, \xFF,
\u0100) for non-ASCII characters and non-printable characters as defined
by IsGraphic.