module

Dragonstone::Encoding::Decoding

Constants

UTF8_BOM_PREFIX = {239_u8, 187_u8, 191_u8}

Class methods

decode_utf8(bytes : Bytes) : String
Source
strip_bom(bytes : Bytes) : Result
Source

Nested types