|
From: Hans-Bernhard B. <br...@ph...> - 2005-06-13 08:02:01
|
Ethan Merritt wrote: > I was under the impression that there is no way of separating the locale > used for input (e.g. scanf) from the locale used for output (e.g. printf). > Do you know otherwise? Well, we know when we're doing what, so we could conceivably switch between the two at the correct times during the process. Worst thing that could happen is slightly unexpected error messages in input locale rather than output locale, if they are printed during datafile reading. |