Mike Stump wrote:
Imagine the following program:{ int i = 234234; printf ("%d", i); } imagine the folder collapsing this to puts ("234234");
Now imagine that the output of the original program depends on the locale that's in force at execution time, which defines numberic output to be in arabic numerals (real ones, not the sort we see in ASCII).
-- Brane