uchardet:使用国际组件的Unicode库进行快速字符集编码检测

时间:2024-06-05 10:01:10
【文件属性】:

文件名称:uchardet:使用国际组件的Unicode库进行快速字符集编码检测

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-05 10:01:10

Ruby

乌查代特 使用Unicode库的快速字符集编码检测:Unicode 安装 将此行添加到您的应用程序的Gemfile中: gem 'uchardet' 然后执行: $ bundle 或将其自己安装为: $ gem install uchardet 用法 require 'open-uri' require 'uchardet' text = open ( 'https://raw.githubusercontent.com/dmgk/uchardet/master/test/samples/shift_jis.txt' ) . read encoding = ICU :: UCharsetDetector . detect ( text ) encoding # => {:encoding=>"Shift_JIS", :confidence=>100, :l


【文件预览】:
uchardet-master
----LICENSE.txt(1KB)
----lib()
--------uchardet.rb(514B)
--------uchardet()
----Gemfile(38B)
----uchardet.gemspec(1KB)
----Rakefile(487B)
----.travis.yml(88B)
----test()
--------test_helper.rb(97B)
--------uchardet_cli_test.rb(331B)
--------uchardet_extn_test.rb(4KB)
--------samples()
--------uchardet_test.rb(557B)
----README.md(2KB)
----ext()
--------extconf.rb(399B)
--------uchardet.c(10KB)
----Gemfile.lock(320B)
----exe()
--------uchardet(100B)
----.gitignore(17B)
----bin()
--------console(362B)
--------setup(131B)

网友评论