InvokeWebRequestUTF8
0.0.2
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())
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2023 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
Functions
PSEditions
Dependencies
Release Notes
0.0.2 Removed Dependency on ConvertStrings
Changed the conversion of UTF8 content
0.0.1 Initial release of InvokeWebRequestUTF8 module through psgallery
FileList
- InvokeWebRequestUTF8.nuspec
- InvokeWebRequestUTF8.psd1
- InvokeWebRequestUTF8.psm1
- Public\Invoke-WebRequestUTF8.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.4 | 24 | 6/24/2024 |
0.0.3 | 5 | 6/24/2024 |
0.0.2 (current version) | 14 | 6/4/2024 |
0.0.1 | 24 | 8/24/2023 |