class ANSEL::Converter
- ANSEL::Converter
- Reference
- Object
Included Modules
Defined in:
ansel/converter.crClass Method Summary
- 
        .arrint8_to_uint32(value : Array(UInt8))
        
          Variable length array of uint8 to uint32, ignoring values after the 4th in the array 
- .convert(bytes : Bytes, to_charset : String = "ANSEL") : Bytes
- .convert(string : String, to_charset : String = "ANSEL") : String
- .convert(input : IO, to_charset : String = "ANSEL") : String
- .convert(string : String, output_io : IO, to_charset : String = "ANSEL")
- .convert(bytes : Bytes, output_io : IO, to_charset : String = "ANSEL")
- .convert(input_io : IO, output_io : IO, to_charset : String = "ANSEL")
- .convert_to_ansel(io, output_io)
- .convert_to_utf8(io, output_io)
- .decode_multibyte(io)
- .int32_to_uint8(value : Int32)
Class Method Detail
        
        def self.arrint8_to_uint32(value : Array(UInt8))
        #
      
      
        Variable length array of uint8 to uint32, ignoring values after the 4th in the array