detect_file_encoding
You are looking at an older version of the documentation. The latest version is found here.
This procedure detects the encoding of a given file.
SQL
CREATE VIRTUAL PROCEDURE detect_file_encoding( filename string )
RETURNS( encoding string )