|
|
| Perl: the Markov chain saw | |
| PerlMonks |
confusing result from Win32::GetACP()by hexcoder (Curate) |
| on Aug 20, 2025 at 12:29 UTC ( [id://11166062]=perlquestion: print w/replies, xml ) | Need Help?? |
|
hexcoder has asked for the wisdom of the Perl Monks concerning the following question:
Hello dear fellow nuns and monks!
While researching for a encoding problem, I wanted to retrieve the value of the current windows ANSI code page.
Get-WinSystemLocale | Select-Object -ExpandProperty TextInfo | Select-Object -Property ANSICodePage
Instead of calling PowerShell and parsing its output, I tried to use Perl's own facilities. perl -MWin32 -we "print Win32::GetACP()"
65001
I am using Strawberry Perl 5.38.0 64-bit with its own W32 module running on Windows 11. Is this behavior understood and known? Did I miss something or could it be a bug?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||