c++
Casting an int to a char uses the UTF conversion and not the ASCII conversion?
So I cast the int number 250 to a char, and initially was confused why the corresponding ASCII didn’t appear when I did printed it, but then realised it seemed to be using UTF instead? Read more…