CharacterMap: show ANSI symbol code in more language neutral and compact form

This commit is contained in:
Maxim Ganetsky 2023-01-16 03:02:21 +03:00
parent a65bcf5d15
commit 8e9a050ab6

View File

@ -335,7 +335,7 @@ var
N: integer;
begin
N := ACol-1 + (ARow-1)*16 + 32;
AnsiCharInfoLabel.Caption := Format('Decimal: %s, Hex: $%s', [IntToStr(N), IntToHex(N, 2)]);
AnsiCharInfoLabel.Caption := Format('%s / $%s', [IntToStr(N), IntToHex(N, 2)]);
end;
procedure TCharacterMapForm.AnsiGridMouseMove(Sender: TObject;