Actions
Bug #5834
closed
JK
PA
Ctrl-K generates the unicode ETX, not the expected ASCII ETX and colour code isn't parsed
Bug #5834:
Ctrl-K generates the unicode ETX, not the expected ASCII ETX and colour code isn't parsed
Start date:
04/27/2026
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
Yes
Description
Starting in 2026/04/27, when using Ctrl-K and selecting a colour, a unicode ETX character is generated (U+2403) instead of the ASCII 0x03 ETX and the colour code isn't able to be parsed.
Repro:¶
- Start AdiIRC
- Dismiss Quick Connect window or connect to a server
- Stay in any window (status, channel window, etc.)
- Type
/echo -ag(include trailing space) - Press Ctrl-K to bring up the colour selection window
- Choose a colour or type a number (ex. 4 or 04)
- Type
testimmediately following the number - You should now have similar to
/echo -ag ␃4test, press enter - The text will appear as
␃4testin the window - Type
//echo -ag $chr(3) $+ 4testto generate the expected ETX ASCII character - test should appear in (red) colour as expected
Screenshot:¶
Left: version 2026/04/27
Right: version 2023/10/29

Additionally, if you connect to a server and send to someone else, as expected, the U+2403 character will be sent, and the colour code won't be able to be parsed by other users.
Files
PA Updated by Per Amundsen 2 days ago
Thanks. That character should be there visually since the ascii version can't be displayed there, but it should never expose it externally, i'll look into that.
PA Updated by Per Amundsen 2 days ago
- Status changed from New to Resolved
PA Updated by Per Amundsen 2 days ago
- Status changed from Resolved to Closed
Actions