Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to write a number to a stream in a formatted way that obeys local conventions, which are different depending on where you are.
Imbue the stream you are writing to with the current locale and then write the numbers to it, as in Example 13-2, or you can set the global locale and then create a stream. The latter approach is explained in the discussion.