monkhandle
Programmer
Is this proper behaviour of printf family functions:
output:
Shouldn't output be
? It seems as if all bytes (3 for euro symbol) were counted as visible field width.
Code:
printf("'%4s'","€");
output:
Code:
' €'
Shouldn't output be
Code:
' €'