EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
410 stars 41 forks source link

fix encoding #9

Closed hjorslev closed 5 years ago

hjorslev commented 5 years ago

Fixes #8

I haven't been able to find a list stating which encodings are supported, so for starters I've added UTF-8 as default.

If we take a look at the documentation for Export-Csv other types are listed, but to be honest I'm not sure about the difference between UTF-8 or e.g. UTF-32.

PrzemyslawKlys commented 5 years ago

Thanks, don't worry about failure. Something is broken in my Azure Pipelines.