Skip to content

Commit

Permalink
Force ascii encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ldicker83 committed Dec 9, 2021
1 parent e4bfb6a commit 3dce93c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ private void WriteTechFile()
{
Indent = true,
NewLineHandling = NewLineHandling.Entitize,
OmitXmlDeclaration = true
OmitXmlDeclaration = true,
Encoding = System.Text.Encoding.ASCII
};

XmlWriter writer = XmlWriter.Create(TechFileName, settings);
Expand Down

0 comments on commit 3dce93c

Please sign in to comment.