Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#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().