RSS | Module Info | Add a review of Win32-Codepage
Win32-Codepage
(1.00)
This module is misleading in its name and documentation: it mixes "code pages" (which are called "encodings" in the Perl world) with "language identifiers" and "locale identifiers".
More information about what code pages (as defined in the Win32 world) are: msdn.microsoft.com/en-us/library/wind...
Language identifiers: msdn.microsoft.com/en-us/library/wind...
Locale identifiers: msdn.microsoft.com/en-us/library/wind...
Also for the implementation, the module uses the registry which is not a official way of retrieving the information.
And last, it has no method to retrieve the OEM code page.
So see instead Win32::CodePage::Simple.
Olivier Mengué (dolmen) - 2012-04-05T10:18:11 (permalink)
Was this review helpful to you?
Yes
No
Win32-Codepage
(1.00)
This module returns the default code page for your Windows system. I only needed the function "get_encoding" from this module. For my particular problem it returned the code page encoding correctly.
Ben Bullock - 2009-03-29T19:18:58 (permalink)
1 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

