Closed ardnew closed 2 years ago
Fixes the off-by-one bug in HexLetter described in #4.
HexLetter
Using hex notation 0xA instead of 10 for symmetry with the wide char literal U'A'.
0xA
10
U'A'
Wow, thanks!
Fixes the off-by-one bug in
HexLetter
described in #4.Using hex notation
0xA
instead of10
for symmetry with the wide char literalU'A'
.