Skip to content

Format-Hex help topic needs several improvements #2955

@mklement0

Description

@mklement0

Additionally, it makes sense to explain the limitations of the right-most column that tries to render the bytes as characters:

  • Generally, each byte is interpreted as a Unicode code point, which means that:
    • (printable) ASCII[-range] characters are always printed correctly, as themselves.
    • multi-byte UTF-8 characters never render correctly
    • UTF-16 characters render correctly only if their high byte happens be NUL.

Version(s) of document impacted

  • Impacts 6.next document
  • Impacts 6 document
  • Impacts 5.1 document
  • Impacts 5.0 document
  • Impacts 4.0 document
  • Impacts 3.0 document

Reason(s) for not selecting all version of documents

  • The documented feature was introduced in selected version of PowerShell
  • This issue only shows up in selected version of the document

Metadata

Metadata

Assignees

Labels

Pri2Priority - Mediumarea-utilityArea - Microsoft.PowerShell.Utility module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions