NAME
Lingua::DetectCharset - Routine for automatically detecting cyrillic charset.
SYNOPSIS
use Lingua::DetectCharset;
$Charset = Lingua::DetectCharset::Detect ($Buffer);
The returned $Charset is either 'WIN', 'KOI8', 'UTF8' or 'ENG'. The last is return when no single cyrillic token are found in buffer.
DESCRIPTION
This package implements routine for detection charset of the given text snippet. Snippet may contain anything from few words to many kilobytes of text, and may have line breaks, English text and html tags embedded.
This routine is implemented using algorithm of statistical analysis of text, which was proved to be very efficient and showed around 99.98% acccuracy in tests.
AUTHOR
John Neystadt <john@neystadt.org> Portions by M@kr <http://pub.kem.ru/dev>
SEE ALSO
perl(1), Convert::Cyrillic(3).
NOTES
Part of "WWW Cyrillic Encoding Suite" Get docs and newest version from http://www.neystadt.org/cyrillic/
Copyright (c) 1997-98, John Neystadt <http://www.neystadt.org/john/> You may install this script on your web site for free To obtain permision for redistribution or any other usage contact john@neystadt.org.
Drop me a line if you deploy this script on your site.