external help file | Module Name | online version | schema |
---|---|---|---|
Detextive.dll-Help.xml |
Detextive |
2.0.0 |
Returns true if text contains a nonsense sequence of characters resulting from parsing text with the wrong encoding.
Test-BrokenEncoding [-InputObject] <String> [<CommonParameters>]
Test-BrokenEncoding -Path <String> [<CommonParameters>]
{{ Fill in the Description }}
'1.2.1 â€" 1.3.4' |Test-BrokenEncoding
True
A string to test.
Type: String
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
A file to test.
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.