mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
dxf export: fix encoding for japanese (take II; followup ce0fd7a)
This commit is contained in:
parent
96732bb91c
commit
6e773504aa
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user