Mail Archives: djgpp/1998/04/29/19:07:32
> So, is there a special language variant of C/C++ for Europeans where the
> role of ',' and '.' are reversed, and special European calculators and
> numeric keypads? Or do you just have to remember to type numbers in the
> American style when you program? It could be extremely confusing either
> way.
The ANSI C standard states that the locale of the *source* for C
programs is the C locale (with 7-bit ASCII characters, no less), and
is not changeable. In the C locale, the conventions are the ones
you'd expect in the age-old C syntax.
- Raw text -