From 6e773504aa6209b6fb2d078d98f761a1153287da Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Mon, 16 Feb 2015 18:02:29 +0100 Subject: [PATCH] dxf export: fix encoding for japanese (take II; followup ce0fd7a) --- src/core/dxf/qgsdxfexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dxf/qgsdxfexport.cpp b/src/core/dxf/qgsdxfexport.cpp index d35942cedb4..bfc30eb6bf4 100644 --- a/src/core/dxf/qgsdxfexport.cpp +++ b/src/core/dxf/qgsdxfexport.cpp @@ -343,7 +343,7 @@ const char *QgsDxfExport::mDxfEncodings[][2] = { "ANSI_1256", "CP1256" }, { "ANSI_1257", "CP1257" }, { "ANSI_874", "CP874" }, - { "ANSI_932", "CP932" }, + { "ANSI_932", "Shift_JIS" }, { "ANSI_936", "CP936" }, { "ANSI_949", "cp949" }, { "ANSI_950", "CP950" },