diff --git a/AutoWorkshopView/AutoWorkshopView.csproj b/AutoWorkshopView/AutoWorkshopView.csproj
index 81392a9..05f6e37 100644
--- a/AutoWorkshopView/AutoWorkshopView.csproj
+++ b/AutoWorkshopView/AutoWorkshopView.csproj
@@ -19,6 +19,13 @@
+
+
+
+
+
+ Always
+
\ No newline at end of file
diff --git a/AutoWorkshopView/Forms/FormReportOrders.cs b/AutoWorkshopView/Forms/FormReportOrders.cs
index 7adf15e..91246b7 100644
--- a/AutoWorkshopView/Forms/FormReportOrders.cs
+++ b/AutoWorkshopView/Forms/FormReportOrders.cs
@@ -78,6 +78,7 @@ namespace AutoWorkshopView.Forms
{
try
{
+ System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
_logic.SaveOrdersToPdfFile(new ReportBindingModel
{
FileName = Dialog.FileName,