Document about nkf at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-22 12:34:54 +09:00
parent f869f2ecf1
commit 52a0ebe292
2 changed files with 4 additions and 6 deletions

View File

@ -350,11 +350,6 @@ have commit right, others don't.
* https://github.com/flori/json
* https://rubygems.org/gems/json
#### ext/nkf
* NARUSE, Yui (naruse)
* https://github.com/ruby/nkf
* https://rubygems.org/gems/nkf
#### ext/openssl
* Kazuki Yamaguchi (rhe)
* https://github.com/ruby/openssl
@ -472,6 +467,9 @@ have commit right, others don't.
#### drb
* https://github.com/ruby/drb
#### nkf
* https://github.com/ruby/nkf
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)

View File

@ -85,7 +85,6 @@ Fcntl:: Loads constants defined in the OS fcntl.h C header file
Fiddle:: A libffi wrapper for Ruby
IO:: Extensions for Ruby IO class, including #wait, #nonblock and ::console
JSON:: Implements Javascript Object Notation for Ruby
NKF:: Ruby extension for Network Kanji Filter
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
@ -130,3 +129,4 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings
resolv-replace.rb:: Replace Socket DNS with Resolv
Rinda:: The Linda distributed computing paradigm in Ruby
DRb:: Distributed object system for Ruby
NKF:: Ruby extension for Network Kanji Filter