external help file | Module Name | online version | schema |
---|---|---|---|
Detextive.dll-Help.xml |
Detextive |
2.0.0 |
Re-encodes commonly mis-encoded text.
Repair-Encoding [-InputObject] <String> [<CommonParameters>]
Repair-Encoding -Path <String> [<CommonParameters>]
{{ Fill in the Description }}
Repair-Encoding.ps1 'SmartQuotes Aren’t'
SmartQuotes Aren't
The string containing encoding failures to fix.
Type: String
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
A mis-encoded file to fix.
Type: String
Parameter Sets: Path
Aliases: FullName
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.