We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Cmdlet should return a custom object with the following properties
LineEndings
Encoding
There have been a couple of implementation attempts in the past, though their reliability is sometimes questionable [2] [3].
[1]: List of common character encodings: https://en.wikipedia.org/wiki/Character_encoding [2]: C# code from SO: https://stackoverflow.com/a/62814282/10827244 [3]: Some godforsaken batch function, also from SO: https://stackoverflow.com/a/43147510/10827244
The text was updated successfully, but these errors were encountered:
StefanGreve
No branches or pull requests
This Cmdlet should return a custom object with the following properties
LineEndings
: CRLF or LF (as string values)Encoding
: compare remark [1] (as an enum)There have been a couple of implementation attempts in the past, though their reliability
is sometimes questionable [2] [3].
[1]: List of common character encodings: https://en.wikipedia.org/wiki/Character_encoding
[2]: C# code from SO: https://stackoverflow.com/a/62814282/10827244
[3]: Some godforsaken batch function, also from SO: https://stackoverflow.com/a/43147510/10827244
The text was updated successfully, but these errors were encountered: