mbegan / Okta-PSModule

Okta API Powershell Wrapper Module
Other
102 stars 31 forks source link

Retrieving UTF-8 compatible characters #64

Open OcinO88 opened 1 year ago

OcinO88 commented 1 year ago

Thank you very much for your module!

But there seems to be a (small) issues. It seems that if we have applications with characters like: É é á ë ï ö etc, the module will not return these characters. ie.: " é " is returned as " é " " á " is returned as " á " (I added spaces between the quotes for readability) It is possible to change it in the module, so it will return data in UTF-8 encoding? Then these characters should be returned correctly.