Skip to content

kakkun61/powershell-code-page

Repository files navigation

powershell-code-page

NO NEED TO REMEMBER 65001

GitHub Actions: install GitHub Actions: lint PowerShell Gallery Join the chat at https://gitter.im/powershell-code-page/community Sponsor

Usage

code-page.2021-08-10.14-31-11_Trim.mp4

Install

Download and load powershell-code-page to PowerShell.

> Install-Module code-page
> Import-Module code-page

Confirm its info.

> Get-Module code-page

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     1.0                   code-page                           {Set-CodePage, Show-CodePages}

Show help. Add the -Full option for more details.

> Get-Help Set-CodePage

NAME
    Set-CodePage

SYNOPSIS
    Set code page with its name.


SYNTAX
    Set-CodePage [-Search] <String> [[-Target] <String>] [[-Way] <String>] [-DryRun] [<CommonParameters>]


DESCRIPTION


RELATED LINKS

REMARKS
    To see the examples, type: "Get-Help Set-CodePage -Examples"
    For more information, type: "Get-Help Set-CodePage -Detailed"
    For technical information, type: "Get-Help Set-CodePage -Full"

Code Pages

The list of code pages is based on Code Page Identifiers - Win32 apps | Microsoft Docs.