mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 21:44:28 +00:00
C99 does not declare ways to designate the charset encoding of the source file. We can assume just US-ASCII characters will be safe.
StringIO
Pseudo IO class from/to String.
This library is based on MoonWolf version written in Ruby. Thanks a lot.
Differences to IO
filenoraisesNotImplementedError.- encoding conversion is not implemented, and ignored silently.