sprintf conversion problems

Why does sprintf generate a Null when sprinting extended character 253(decimal) in to a a string variable?

i.e.


sprintf(s,"%s","ý");


If I then look at s in debug the first location is NULL.

All other extended characters appear fine!

Parents Reply Children
No data
More questions in this forum