in reply to Re^3: Detect the Charset of an file
in thread Detect the Charset of an file

use Encode::Detect::Detector; $d -> new Encode::Detect::Detector; $d -> handle($file) $charset = $d -> getresult;

Replies are listed 'Best First'.
Re^5: Detect the Charset of an file
by Anonymous Monk on Oct 22, 2013 at 08:17 UTC