alfred-converter
alfred-converter copied to clipboard
Some HEX numbers are not recognized
Some numbers such as 0x1f, 0x2f,0x2F that begin with a number followed by F will not be recognized as a hex number. Here is the results:

It looks like the unit converter is a bit too eager indeed. I guess the entire unit conversion should be disabled for non-base-10 numbers. That's going to take a bit of work though :)
I've fixed it so the base conversion (hex, octal and binary) conversions happen before the unit parsing happens. So this should always work :)