fix(build): replace invalid UTF-8 character in API comment #452
Reference in New Issue
Block a user
Delete Branch "fix/utf8-comment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The em dash in the TODO comment was encoded as invalid UTF-8, causing a Go compiler error (
invalid UTF-8 encodingat api.go:1658). Replace with ASCII hyphen.?? Generated with Claude Code