Skip to content

Commit ce0fd7a

Browse files
committed
dxf export: fix encoding for japanese
1 parent 07ea41f commit ce0fd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/dxf/qgsdxfexport.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] =
316316
{ "8859_7", "ISO-8859-7" },
317317
{ "8859_8", "ISO-8859-8" },
318318
{ "8859_9", "ISO-8859-9" },
319-
// { "DOS437", "CP850" },
319+
// { "DOS437", "" },
320320
{ "DOS850", "CP850" },
321321
// { "DOS852", "" },
322322
// { "DOS855", "" },
@@ -343,7 +343,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] =
343343
{ "ANSI_1256", "CP1256" },
344344
{ "ANSI_1257", "CP1257" },
345345
{ "ANSI_874", "CP874" },
346-
// { "ANSI_932", "" },
346+
{ "ANSI_932", "CP932" },
347347
{ "ANSI_936", "CP936" },
348348
{ "ANSI_949", "cp949" },
349349
{ "ANSI_950", "CP950" },

0 commit comments

Comments
 (0)