Skip to content

Commit

Permalink
NameIT is now opinionated on the encoding of its files (UTF8 please),…
Browse files Browse the repository at this point in the history
… but still overridable
  • Loading branch information
briantist committed Oct 15, 2018
1 parent f3e227b commit b9ea0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NameIT.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function Get-CacheableContent {

[Parameter()]
[Object] # in core this is [System.Text.Encoding], in desktop it's [FileSystemCmdletProviderEncoding]
$Encoding ,
$Encoding = 'utf8' ,

[Parameter()]
[Switch]
Expand Down Expand Up @@ -494,7 +494,7 @@ function Import-CacheableCsv {

[Parameter()]
[object]
$Encoding ,
$Encoding = 'utf8' ,

[Parameter()]
[String[]]
Expand Down

0 comments on commit b9ea0a0

Please sign in to comment.