Extract nkf

This commit is contained in:
Hiroshi SHIBATA 2024-01-22 12:33:14 +09:00
parent 34315510d3
commit df70faa9c9
14 changed files with 1 additions and 23282 deletions

View file

@ -1,6 +0,0 @@
if RUBY_ENGINE == "jruby"
require 'nkf.jar'
JRuby::Util.load_ext('org.jruby.ext.nkf.NKFLibrary')
else
require 'nkf.so'
end