Bug #202
Explicitly specify external_encoding on io/initialize_spec.
| Status : | Resolved | Start : | 02/01/2010 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
IO's default external_encoding is given by Encoding.default_external.
But it depends on current locale.
So we must specify explicitly external_encoding or
set Encoding.default_external as intended one (UTF-8 is the one).
At this point, to specify seems reasonable.
