external help file | Module Name | online version | schema |
---|---|---|---|
Detextive.dll-Help.xml |
Detextive |
2.0.0 |
Adds the utf-8 signature (BOM) to a file.
Add-Utf8Signature [-Path] <String> [<CommonParameters>]
{{ Fill in the Description }}
Add-Utf8Signature README.md
Adds the EF BB BF at the beginning of the file, warns if it's already there.
The file to add the utf-8 signature to.
Type: String
Parameter Sets: (All)
Aliases: FullName
Required: True
Position: 0
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.