Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
67 downloads
|
Last Updated: 6/24/2024
|
Latest Version: 0.0.4
Apteco PS Modules - PowerShell WebRequest UTF8 Helpful function for APIs, that return UTF8 encoded content, but PowerShell does not recognize it as UTF8 encoded. So it reads the content and converts it straight into UTF8 via [Text.Encoding]::UTF8.GetString($response.RawContentStream.ToArray()) |