Loïc Bartoletti 9bd8c1298c Processing: determine and set default encoding from locale
A shapefile can have a .cpg file to determine its encoding.
However, in processing, this file is not created when the
encoding is set to the magic "System" value.

This PR aims to propose to automatically determine the system
encoding using QT's codecForLocale.

So, even when using the magic "System" value, the cpg file
will be created with the true system encoding name.

Fixes #50603
2023-07-05 06:06:10 +10:00
..
2023-04-05 11:17:19 +10:00
2023-01-27 15:39:09 +10:00
2023-04-23 07:10:03 +02:00
2023-04-29 14:25:11 +02:00