Skip to content

Commit c7a6b77

Browse files
committed
dxf export: recover korean encodings (CP949) (fixes #20838)
(cherry picked from commit 4e74c8b)
1 parent 1b6329c commit c7a6b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/dxf/qgsdxfexport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const char *QgsDxfExport::DXF_ENCODINGS[][2] =
356356
{ "ANSI_874", "CP874" },
357357
{ "ANSI_932", "Shift_JIS" },
358358
{ "ANSI_936", "CP936" },
359-
{ "ANSI_949", "cp949" },
359+
{ "ANSI_949", "CP949" },
360360
{ "ANSI_950", "CP950" },
361361
// { "ANSI_1361", "" },
362362
// { "ANSI_1200", "" },

0 commit comments

Comments
 (0)