Module: Roebe::Encoding

Included in:
Roebe
Defined in:
lib/roebe/encoding/encoding.rb

Constant Summary collapse

ENCODING_ISO =

‘ISO-8859-1’

'ISO-8859-1'
ISO_ENCODING =
#

Roebe::Encoding::ISO_ENCODING

#
ISO = ENCODING_ISO
ENCODING_UTF =

‘UTF-8’

'UTF-8'
UNICODE =
#

Roebe::Encoding::UNICODE

#
ENCODING_UTF
ENCODING_BIT =
#

Roebe::Encoding::ENCODING_BIT

#
::Encoding::ASCII_8BIT.to_s
USE_THIS_ENCODING =
#

Roebe::Encoding::USE_THIS_ENCODING

This constant will point to the main encoding in use.

#
MAIN_ENCODING_TO_USE = ENCODING_UTF