mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
dxf export: recover korean encodings (CP949) (fixes #20838)
This commit is contained in:
parent
99904f1f5e
commit
4e74c8b548
@ -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", "" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user