|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Functions | |
| VALUE | rb_locale_charmap (VALUE klass) |
| int | rb_locale_charmap_index (void) |
| int | Init_enc_set_filesystem_encoding (void) |
| void | rb_encdb_declare (const char *name) |
| int | rb_encdb_alias (const char *alias, const char *orig) |
| void | Init_enc (void) |
Variables | |
| const char | ruby_exec_prefix [] = "" |
| const char | ruby_initial_load_paths [] = "" |
| void Init_enc | ( | void | ) |
Definition at line 42 of file miniinit.c.
References rb_encdb_alias(), rb_encdb_declare(), and require.
| int Init_enc_set_filesystem_encoding | ( | void | ) |
Definition at line 34 of file miniinit.c.
References alias, name, rb_default_external_encoding(), rb_enc_to_index(), rb_encdb_alias(), and rb_encdb_declare().
Definition at line 572 of file encoding.c.
References rb_enc_registered().
Referenced by Init_enc(), and Init_enc_set_filesystem_encoding().
| void rb_encdb_declare | ( | const char * | name | ) |
Definition at line 357 of file encoding.c.
References rb_enc_registered().
Referenced by Init_enc(), and Init_enc_set_filesystem_encoding().
Definition at line 21 of file miniinit.c.
References Qnil.
| int rb_locale_charmap_index | ( | void | ) |
Definition at line 28 of file miniinit.c.
Referenced by rb_locale_encindex(), and rb_usascii_encindex().
| const char ruby_exec_prefix[] = "" |
Definition at line 16 of file miniinit.c.
| const char ruby_initial_load_paths[] = "" |
Definition at line 17 of file miniinit.c.
Referenced by ruby_init_loadpath_safe().
1.8.13