https://bugs.kde.org/show_bug.cgi?id=375681

--- Comment #1 from Evan Teran <ete...@alum.rit.edu> ---
So, the issue here is that the number is being interpreted as Octal due to the
string format.

Typical conventions (that are used by kcalc) echo those of programming
languages. Which are that numbers which start with "0x" are hexdecimal, "0" are
octal", "0b" binary. Otherwise, it assumes the current mode. So there are two
workarounds for this behavior:

1. prepend a leading 0b
2. omit the leading 0's and paste while in binary mode

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to