Skip to content

Commit

Permalink
Merge pull request #39 from theohbrothers/fix/remove-duplicate-psdefa…
Browse files Browse the repository at this point in the history
…ultparametervalues

Fix: Remove duplicate $PSDefaultParameterValues
  • Loading branch information
leojonathanoh committed Jul 30, 2021
2 parents 8f8eba5 + 64e0b19 commit 1d3aa81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ConvertOneNote2MarkDown-v2.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# fix encoding problems for languages other than English
$PSDefaultParameterValues['*:Encoding'] = 'utf8'

Function Remove-InvalidFileNameChars {
param(
[Parameter(Mandatory = $true,
Expand Down

0 comments on commit 1d3aa81

Please sign in to comment.