Module: EncodingEstimator::Conversion::Operation

Defined in:
lib/encoding_estimator/conversion.rb

Overview

Ways of conversion: convert from an encoding to the target, to an encoding or don’t change anything

Constant Summary collapse

ENCODE =
:enc
DECODE =
:dec
KEEP =
:keep