Project

General

Profile

« Previous | Next » 

Revision d574b841

Added by nobu (Nobuyoshi Nakada) almost 4 years ago

Fix failures on non-UTF-8 environment [Bug #18077]

Call IOSpecs.io_fixture with the default encoding explicitly.
IOSpecs.closed_io calls the method without optional mode which
is set to UTF-8 by default, while the default external encoding
depends on the locale environment variables.