We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ea41f commit ce0fd7aCopy full SHA for ce0fd7a
src/core/dxf/qgsdxfexport.cpp
@@ -316,7 +316,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] =
316
{ "8859_7", "ISO-8859-7" },
317
{ "8859_8", "ISO-8859-8" },
318
{ "8859_9", "ISO-8859-9" },
319
-// { "DOS437", "CP850" },
+// { "DOS437", "" },
320
{ "DOS850", "CP850" },
321
// { "DOS852", "" },
322
// { "DOS855", "" },
@@ -343,7 +343,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] =
343
{ "ANSI_1256", "CP1256" },
344
{ "ANSI_1257", "CP1257" },
345
{ "ANSI_874", "CP874" },
346
-// { "ANSI_932", "" },
+ { "ANSI_932", "CP932" },
347
{ "ANSI_936", "CP936" },
348
{ "ANSI_949", "cp949" },
349
{ "ANSI_950", "CP950" },
0 commit comments