Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby31/include/ruby
File: encoding.h
#ifndef RUBY_ENCODING_H /*-*-C++-*-vi:se ft=cpp:*/
[0] Fix | Delete
#define RUBY_ENCODING_H 1
[1] Fix | Delete
/**
[2] Fix | Delete
* @file
[3] Fix | Delete
* @author $Author: matz $
[4] Fix | Delete
* @date Thu May 24 11:49:41 JST 2007
[5] Fix | Delete
* @copyright Copyright (C) 2007 Yukihiro Matsumoto
[6] Fix | Delete
* @copyright This file is a part of the programming language Ruby.
[7] Fix | Delete
* Permission is hereby granted, to either redistribute and/or
[8] Fix | Delete
* modify this file, provided that the conditions mentioned in the
[9] Fix | Delete
* file COPYING are met. Consult the file for details.
[10] Fix | Delete
* @brief Encoding relates APIs.
[11] Fix | Delete
*
[12] Fix | Delete
* These APIs are mainly for implementing encodings themselves. Encodings are
[13] Fix | Delete
* built on top of Ruby's core CAPIs. Though not prohibited, there can be
[14] Fix | Delete
* relatively less rooms for things in this header file be useful when writing
[15] Fix | Delete
* an extension library.
[16] Fix | Delete
*/
[17] Fix | Delete
#include "ruby/ruby.h"
[18] Fix | Delete
[19] Fix | Delete
#include "ruby/internal/encoding/coderange.h"
[20] Fix | Delete
#include "ruby/internal/encoding/ctype.h"
[21] Fix | Delete
#include "ruby/internal/encoding/encoding.h"
[22] Fix | Delete
#include "ruby/internal/encoding/pathname.h"
[23] Fix | Delete
#include "ruby/internal/encoding/re.h"
[24] Fix | Delete
#include "ruby/internal/encoding/sprintf.h"
[25] Fix | Delete
#include "ruby/internal/encoding/string.h"
[26] Fix | Delete
#include "ruby/internal/encoding/symbol.h"
[27] Fix | Delete
#include "ruby/internal/encoding/transcode.h"
[28] Fix | Delete
[29] Fix | Delete
#endif /* RUBY_ENCODING_H */
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function