in reply to confusing result from Win32::GetACP()
The Active Code Page is the encoding used by the "A" functions of the Windows API (as opposed to the "W" functions which use UTF-16le).
The ACP was system-wide until very recently, and it's based on Windows's language. A US English Windows uses 1252.
An application can now choose to use UTF-8 (65001) instead.
Did you perhaps change your perl's code page to UTF-8 using this procedure?
could it be a bug?
No.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: confusing result from Win32::GetACP()
by hexcoder (Curate) on Aug 20, 2025 at 14:32 UTC | |
by ikegami (Patriarch) on Aug 20, 2025 at 16:04 UTC | |
by hexcoder (Curate) on Aug 21, 2025 at 07:45 UTC | |
by Discipulus (Canon) on Aug 21, 2025 at 08:03 UTC | |
by NERDVANA (Priest) on Aug 27, 2025 at 18:03 UTC | |
by ikegami (Patriarch) on Aug 27, 2025 at 23:01 UTC |