Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dxf export: recover korean encodings (CP949) (fixes #20838)
(cherry picked from commit 4e74c8b)
  • Loading branch information
jef-n committed Jan 23, 2019
1 parent 1b6329c commit c7a6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dxf/qgsdxfexport.cpp
Expand Up @@ -356,7 +356,7 @@ const char *QgsDxfExport::DXF_ENCODINGS[][2] =
{ "ANSI_874", "CP874" },
{ "ANSI_932", "Shift_JIS" },
{ "ANSI_936", "CP936" },
{ "ANSI_949", "cp949" },
{ "ANSI_949", "CP949" },
{ "ANSI_950", "CP950" },
// { "ANSI_1361", "" },
// { "ANSI_1200", "" },
Expand Down

0 comments on commit c7a6b77

Please sign in to comment.