Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CodePointToGlyph ¶
Convert an unicode codepoint into a string.
Types ¶
type TextFormatter ¶
type TextFormatter struct { Separator string // contains filtered or unexported fields }
func NewTextFormatter ¶
func NewTextFormatter(fields []string, separator string, glyph bool) *TextFormatter
func (*TextFormatter) Format ¶
func (t *TextFormatter) Format(s *sql.UnicodeData) (string, error)
func (*TextFormatter) SetShowGlyph ¶
func (bf *TextFormatter) SetShowGlyph(value bool)
Click to show internal directories.
Click to hide internal directories.