|
Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
|
Encoding relates APIs. More...
#include "ruby/ruby.h"#include "ruby/internal/encoding/coderange.h"#include "ruby/internal/encoding/ctype.h"#include "ruby/internal/encoding/encoding.h"#include "ruby/internal/encoding/pathname.h"#include "ruby/internal/encoding/re.h"#include "ruby/internal/encoding/sprintf.h"#include "ruby/internal/encoding/string.h"#include "ruby/internal/encoding/symbol.h"#include "ruby/internal/encoding/transcode.h"Go to the source code of this file.
Encoding relates APIs.
These APIs are mainly for implementing encodings themselves. Encodings are built on top of Ruby's core CAPIs. Though not prohibited, there can be relatively less rooms for things in this header file be useful when writing an extension library.
Definition in file encoding.h.