Skip to content
New issue

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

-Encoding add ANSI parameter #9887

Closed
2 tasks done
CarloToso opened this issue Mar 9, 2023 · 0 comments · Fixed by #9909
Closed
2 tasks done

-Encoding add ANSI parameter #9887

CarloToso opened this issue Mar 9, 2023 · 0 comments · Fixed by #9909
Assignees
Labels
area-management Area - Microsoft.PowerShell.Management module issue-doc-idea Issue - request for new content
Milestone

Comments

@CarloToso
Copy link

CarloToso commented Mar 9, 2023

Prerequisites

  • Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
  • Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new Get-Foo cmdlet" instead of "New cmdlet."

Summary

Introduction of -Encoding ANSI prameter

Get-Content -Encoding Ansi file.txt 

equivalent to:

Get-Content -Encoding ([cultureinfo]::CurrentCulture.TextInfo.ANSICodePage) file.txt

Details

No response

Articles

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_character_encoding

Related Source Pull Requests

Related Source Issues

@CarloToso CarloToso added issue-doc-idea Issue - request for new content needs-triage Waiting - Needs triage labels Mar 9, 2023
@michaeltlombardi michaeltlombardi added area-management Area - Microsoft.PowerShell.Management module hold-for-pr Waiting - for PR merge hold-for-release Waiting - for next release and removed needs-triage Waiting - Needs triage labels Mar 9, 2023
@sdwheeler sdwheeler removed the hold-for-pr Waiting - for PR merge label Mar 14, 2023
@sdwheeler sdwheeler added this to the 7.4 milestone Mar 14, 2023
@sdwheeler sdwheeler removed the hold-for-release Waiting - for next release label Mar 15, 2023
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Mar 15, 2023
This change updates the documentation for the **Encoding** paramter
to clarify support for using the `Ansi` value.

- Fixes AB#70385
- Resolves MicrosoftDocs#9887
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Mar 15, 2023
This change updates the documentation for the **Encoding** paramter
to clarify support for using the `Ansi` value.

- Fixes AB#70385
- Resolves MicrosoftDocs#9887
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Mar 15, 2023
This change updates the documentation for the **Encoding** paramter
to clarify support for using the `Ansi` value.

- Fixes AB#70385
- Resolves MicrosoftDocs#9887
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Mar 15, 2023
This change updates the documentation for the **Encoding** parameter
across the cmdlets to clarify support for using the `Ansi` value.

- Fixes AB#70385
- Resolves MicrosoftDocs#9887
sdwheeler pushed a commit that referenced this issue Mar 15, 2023
This change updates the documentation for the **Encoding** parameter
across the cmdlets to clarify support for using the `Ansi` value.

- Fixes AB#70385
- Resolves #9887
michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Mar 21, 2023
…ding

In MicrosoftDocs#9909 we updated the documentation for the cmdlets to include the
new `Ansi` option for encoding. This change brings the same documentation
to the `about_Character_Encoding`
sdwheeler pushed a commit that referenced this issue Mar 21, 2023
In #9909 we updated the documentation for the cmdlets to include the
new `Ansi` option for encoding. This change brings the same documentation
to the `about_Character_Encoding`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-management Area - Microsoft.PowerShell.Management module issue-doc-idea Issue - request for new content
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants