dxf export: fix encoding for japanese (take II; followup ce0fd7a)

This commit is contained in:
Juergen E. Fischer 2015-02-16 18:02:29 +01:00
parent 96732bb91c
commit 6e773504aa

View File

@ -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" },