Comment on Go enjoy Python3parentComments−_kst_11yNo, it merely assumes one byte per character. For example, it would work correctly in Latin-1 or EBCDIC.In any case, the problem statement (though it's a bit vague) requires building a truncated string, not just printing it.−pjmlp11yIt is enough to have mixed 8 byte code pages and then it is worthless.−kevin_thibedeau11ys/printf/sprintf/
Comments
No, it merely assumes one byte per character. For example, it would work correctly in Latin-1 or EBCDIC.
In any case, the problem statement (though it's a bit vague) requires building a truncated string, not just printing it.
It is enough to have mixed 8 byte code pages and then it is worthless.
s/printf/sprintf/