Class: EhbrsRubyUtils::Fs::ToUtf8Unix

Inherits:
ToFileFormat show all
Defined in:
lib/ehbrs_ruby_utils/fs/to_utf8_unix.rb

Constant Summary collapse

UTF8_ENCODINGS =
%w[us-ascii utf-8].freeze
ISO885915_ENCODINGS =
%w[iso-8859-1].freeze

Method Summary

Methods inherited from ToFileFormat

convert_self, convert_to_file, convert_to_string, #run