Commit 80d5159e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

subtitles: make the default character set value explicit

(cherry picked from commit 78d1d1105b1b309406eca03d2275daf7e78cdd62)
parent 8e81b891
...@@ -94,7 +94,11 @@ static const char *const ppsz_encodings[] = { ...@@ -94,7 +94,11 @@ static const char *const ppsz_encodings[] = {
}; };
static const char *const ppsz_encoding_names[] = { static const char *const ppsz_encoding_names[] = {
N_("Auto"), /* xgettext:
The character encoding name in parenthesis corresponds to that used for
the GetACP translation. "Windows-1252" applies to Western European
languages using the Latin alphabet. */
N_("Default (Windows-1252)"),
N_("Universal (UTF-8)"), N_("Universal (UTF-8)"),
N_("Universal (UTF-16)"), N_("Universal (UTF-16)"),
N_("Universal (big endian UTF-16)"), N_("Universal (big endian UTF-16)"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment