detect_file_encoding
This procedure detects the encoding of a given file.
SQL
CREATE VIRTUAL PROCEDURE detect_file_encoding( filename string )
RETURNS( encoding string )
This procedure detects the encoding of a given file.
CREATE VIRTUAL PROCEDURE detect_file_encoding( filename string )
RETURNS( encoding string )