Method MakePrintable
MakePrintable(Rune)
Ensures a Rune is not a control character and can be displayed by translating characters below 0x20 to equivalent, printable, Unicode chars.
public static Rune MakePrintable(Rune c)
Parameters
c
RuneRune to translate
Returns
- Rune