it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[TOOL IMPROVEMENT] Integer base converter uppercase numeric support

Open Csrayz opened this issue 2 years ago • 1 comments
trafficstars

Describe the solution you'd like The hexadecimal uppercase number will not be recognized as an illegal number.

Additional context Sometimes numbers are copied from elsewhere, such as the hexadecimal number 0xA3B5, and the tool only seems to handle lowercase numbers. Currently when using the tool to convert base, you need to convert it to the lowercase number a3b5 first.

image

Besides, Is it possible to recognize the input number's base, e.g. 0x3A is recognized as hexadecimal and 0b101 is recognized as binary?

Csrayz avatar Oct 23 '23 15:10 Csrayz

Hi @Csrayz and @CorentinTh, fixed in #901

sharevb avatar Feb 25 '24 13:02 sharevb