Skip to content

Poco::Environment missing UTF8/wstring support on Windows #2824

@ngjermundshaug

Description

@ngjermundshaug

Windows Username: Sławomir (pay attention to the ł)
User Folder: C:\Users\Sławomir

Poco::Environment::get("LocalAppData") returns "C:\Users\Slawomir\AppData\Local"
It should return "C:\Users\Sławomir\AppData\Local"

_wgetenv(L"LocalAppData") returns C:\Users\Sławomir\AppData\Local - which is correct.

Poco 1.9.0-release - Windows 10.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions