Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bring back CP949 codec in QgsDxfExport. Fixes #44756
  • Loading branch information
borysiasty authored and nyalldawson committed Sep 9, 2022
1 parent f745f6c commit e2f4856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/dxf/qgsdxfexport_p.h
Expand Up @@ -412,6 +412,7 @@ static const char *DXF_ENCODINGS[][2] =
{ "ANSI_932", "Shift_JIS" },
{ "ANSI_936", "CP936" },
{ "ANSI_949", "CP949" },
{ "ANSI_949", "ms949" },
{ "ANSI_950", "CP950" },
// { "ANSI_1361", "" },
// { "ANSI_1200", "" },
Expand Down

0 comments on commit e2f4856

Please sign in to comment.