Ruby 3.5.0dev (2025-06-07 revision 20cf46039a90135b3d9efceabc73b0d41ad257b8)
|
Decomposed encoding flags (e.g. More...
#include <io.h>
Data Fields | |
rb_encoding * | enc |
Internal encoding. | |
rb_encoding * | enc2 |
External encoding. | |
int | ecflags |
Flags. | |
VALUE | ecopts |
Flags as Ruby hash. | |
int rb_io_encoding::ecflags |
Flags.
Definition at line 144 of file io.h.
Referenced by rb_io_extract_modeenc().
VALUE rb_io_encoding::ecopts |
rb_encoding* rb_io_encoding::enc |
rb_encoding* rb_io_encoding::enc2 |