Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
|
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 129 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 |