NAME
CTK::CPX - Converter between windows-1251 and your terminal encoding
VERSION
$Id: CPX.pm 58 2012-12-26 10:45:15Z minus $
Based on BeeCDR project
SYNOPSIS
use CTK::CPX;
tie *CP866, 'CTK::CPX'; # cp866 as default
print CP866 "Privet","\n";
DESCRIPTION
Converter between windows-1251 and your terminal encoding
AUTHOR
Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>
SEE ALSO
perl
, Moose
DIAGNOSTICS
The usual warnings if it can't read or write the files involved.
COPYRIGHT
Copyright (C) 1998-2012 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms and conditions as Perl itself.
This program is distributed under the GNU LGPL v3 (GNU Lesser General Public License version 3).
See LICENSE
file