Skip to content

fix(communicator): Decode UTF-8 display names across the online UI - #620

Open
tintinhamans wants to merge 2 commits into
GeneralsOnlineDevelopmentTeam:mainfrom
tintinhamans:arctic/go/fix/communicator-unicode
Open

tintinhamans wants to merge 2 commits into
GeneralsOnlineDevelopmentTeam:mainfrom
tintinhamans:arctic/go/fix/communicator-unicode

Conversation

@tintinhamans

Copy link
Copy Markdown

Names from the service are UTF-8, but the communicator and notification popups turned them into wide text one byte at a time, so non-ASCII names came out garbled. They're now decoded with from_utf8 everywhere a name is shown. from_utf8/to_utf8 use the Win32 converters, so invalid input shows as � instead of throwing. The Block tab is renamed to Blocked.

@tintinhamans
tintinhamans force-pushed the arctic/go/fix/communicator-unicode branch from ce28051 to f0e74f6 Compare September 27, 2026 00:25
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