https://bugs.kde.org/show_bug.cgi?id=375681
--- Comment #10 from Syam <get.so...@gmail.com> --- There's definitely a bug here. Test case: In 'numeral system mode', select 'Bin' for binary. Try pasting a string like "5". It fails with 'nan'. This indicates that the pasted number is expected to be in binary. In that case, why is a number like "011" interpreted in octal? If that was the logic, then "5" too should've been interpreted as decimal and converted to binary. In short, in binary mode, the pasted string is expected to be a binary number (since "5" is not accepted). So treating "011" as octal is definitely a bug. -- You are receiving this mail because: You are watching all bug changes.