In Ruby, `sprintf` specifier `%u` should behave as `%d`; fix #3730
Since there's no unsigned integer in Ruby. Binary, octal and hexadecimal negative numbers can be represented by using 2's compliment. But decimal (not being power of 2) cannot be use that kind of format.
Showing
Please register or sign in to comment