We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Why does sprintf generate a Null when sprinting extended character 253(decimal) in to a a string variable? i.e.
sprintf(s,"%s","ý");
are you sure that the character which displays as 'ý' here actually has code 253?? Maybe, in the font you're using, this is how it displays a NUL?!