|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include "ruby/ruby.h"#include "ruby/encoding.h"#include "nkf-utf8/config.h"#include "nkf-utf8/utf8tbl.c"#include "nkf-utf8/nkf.c"Go to the source code of this file.
Macros | |
| #define | RUBY_NKF_REVISION "$Revision$" |
| #define | RUBY_NKF_VERSION NKF_VERSION " (" NKF_RELEASE_DATE ")" |
| #define | getc(f) (input_ctr>=i_len?-1:input[input_ctr++]) |
| #define | ungetc(c, f) input_ctr-- |
| #define | INCSIZE 32 |
| #define | putchar(c) rb_nkf_putchar(c) |
| #define | PERL_XS 1 |
Functions | |
| rb_encoding * | rb_nkf_enc_get (const char *name) |
| int | nkf_split_options (const char *arg) |
| void | Init_nkf (void) |
| #define RUBY_NKF_VERSION NKF_VERSION " (" NKF_RELEASE_DATE ")" |
Definition at line 477 of file nkf.c.
References rb_define_module(), and rb_define_module_function().
| rb_encoding* rb_nkf_enc_get | ( | const char * | name | ) |
Definition at line 64 of file nkf.c.
References name, and rb_enc_find_index().