Skip to content

Commit

Permalink
dxf export: fix encoding for japanese (take II; followup ce0fd7a)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 16, 2015
1 parent 96732bb commit 6e77350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dxf/qgsdxfexport.cpp
Expand Up @@ -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" },
Expand Down

1 comment on commit 6e77350

@minorua
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n: Thanks a lot!

Please sign in to comment.