Skip to content

Commit 6e77350

Browse files
committed
dxf export: fix encoding for japanese (take II; followup ce0fd7a)
1 parent 96732bb commit 6e77350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/dxf/qgsdxfexport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] =
343343
{ "ANSI_1256", "CP1256" },
344344
{ "ANSI_1257", "CP1257" },
345345
{ "ANSI_874", "CP874" },
346-
{ "ANSI_932", "CP932" },
346+
{ "ANSI_932", "Shift_JIS" },
347347
{ "ANSI_936", "CP936" },
348348
{ "ANSI_949", "cp949" },
349349
{ "ANSI_950", "CP950" },

0 commit comments

Comments
 (0)