| Win32-Codepage-Simple documentation | view source | Contained in the Win32-Codepage-Simple distribution. |
Win32::Codepage::Simple - get codepage, simply
Version 0.01
use Win32::Codepage::Simple qw(get_codepage); my $cpnum = get_codepage();
A list of functions that can be exported.
synonym for get_acp.
get ansi code page.
get oem code page.
YAMASHINA Hio, <hio at cpan.org>
Please report any bugs or feature requests to
bug-win32-codepage-simple at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Win32-Codepage-Simple.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Win32::Codepage::Simple
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Win32-Codepage-Simple
Copyright 2006 YAMASHINA Hio, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Win32-Codepage-Simple documentation | view source | Contained in the Win32-Codepage-Simple distribution. |