Skip to content

fix: replace garbled UTF-8 characters in comments with clean ASCII#50

Open
bigeez wants to merge 1 commit intoOpenGradient:mainfrom
bigeez:fix/encoding-corruption
Open

fix: replace garbled UTF-8 characters in comments with clean ASCII#50
bigeez wants to merge 1 commit intoOpenGradient:mainfrom
bigeez:fix/encoding-corruption

Conversation

@bigeez
Copy link
Copy Markdown

@bigeez bigeez commented Apr 4, 2026

Bug

Several source files contain garbled UTF-8 characters in comments,
caused by encoding corruption. Em dashes — were rendering as â€"
making comments hard to read.

Affected file:

  • tee_gateway/config.py — DEFAULT_HEARTBEAT_BUFFER comment

Fix

Replaced corrupted UTF-8 characters with clean ASCII equivalents (--)
and ensured files are saved with proper UTF-8 encoding.

Impact

  • Improves code readability for contributors
  • Prevents confusion when reading source comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant