Skip to content

invalid-utf8

Default severity: error

Reports invalid constant cutsets and character lists passed to selected strings functions.

strings.Trim(value, "\xff") // reported
strings.Trim(value, "é")