山科 氷魚 (YAMASHINA Hio) > Win32-Codepage-Simple-0.01 > Win32::Codepage::Simple

Download:
Win32-Codepage-Simple-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Win32::Codepage::Simple - get codepage, simply

VERSION ^

Version 0.01

SYNOPSIS ^

 use Win32::Codepage::Simple qw(get_codepage);
 
 my $cpnum = get_codepage();

EXPORT ^

A list of functions that can be exported.

get_codepage()

synonym for get_acp.

get_acp()

get ansi code page.

get_oemcp()

get oem code page.

AUTHOR ^

YAMASHINA Hio, <hio at cpan.org>

BUGS ^

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.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Win32::Codepage::Simple

You can also look for information at:

COPYRIGHT & LICENSE ^

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.