fix(build): replace invalid UTF-8 character in API comment #452

Merged
jmiller merged 1 commits from fix/utf8-comment into dev 2026-06-04 12:38:23 +00:00
Owner

The em dash in the TODO comment was encoded as invalid UTF-8, causing a Go compiler error (invalid UTF-8 encoding at api.go:1658). Replace with ASCII hyphen.

?? Generated with Claude Code

The em dash in the TODO comment was encoded as invalid UTF-8, causing a Go compiler error (`invalid UTF-8 encoding` at api.go:1658). Replace with ASCII hyphen. ?? Generated with [Claude Code](https://claude.com/claude-code)
jmiller added 1 commit 2026-06-04 12:38:11 +00:00
fix(build): replace invalid UTF-8 character in API comment
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Site Health (pull_request) Has been skipped
Branch Policy Check / Verify merge target (pull_request) Successful in 2s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 1s
PR RC Release / Build RC Release (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
fb5002d317
The em dash in the TODO comment was encoded as invalid UTF-8, causing
a Go compiler error. Replace with ASCII hyphen.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 9cceb5da0b into dev 2026-06-04 12:38:23 +00:00
jmiller deleted branch fix/utf8-comment 2026-06-04 12:38:23 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#452