Skip to content

Commit

Permalink
added UTF-8 encoding
Browse files Browse the repository at this point in the history
added UTF-8 encoding
  • Loading branch information
Jason LeBoeuf committed Jan 27, 2015
1 parent e146675 commit a8d8fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SEshipclassdetection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

Write-Host -ForegroundColor Green "SE-ShipClassPolicy loading please wait ... "

[xml]$myXML = Get-Content $filePath
[xml]$myXML = Get-Content $filePath -Encoding UTF8
$ns = New-Object System.Xml.XmlNamespaceManager($myXML.NameTable)
$ns.AddNamespace("xsi", "http://www.w3.org/2001/XMLSchema-instance")

Expand Down

0 comments on commit a8d8fe9

Please sign in to comment.