module Chardet

Overview

Interface to uchardet, a character encoding detector.

Defined in:

chardet.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.detect(bytes : Bytes) #

Detects the character encoding of bytes.


[View source]