X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=f96fa167a5b98b6f9f6df393655e7663ee9d2aed;hb=fbaa01a45afaa56c8aa46a99ff95864beebe2237;hp=722b512cd78859902f68119129336dfbcb49cb26;hpb=8e98d2ec1b1620280d66820e323d82b00975374e;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 722b512cd7..f96fa167a5 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -764,10 +764,10 @@ display_vectors (const struct dictionary *dict, int sorted) /* Encoding analysis. */ -/* This list of encodings is taken from http://encoding.spec.whatwg.org/, as - retrieved February 2014. Encodings not supported by glibc and encodings - relevant only to HTML have been removed. */ static const char *encoding_names[] = { + /* These encodings are from http://encoding.spec.whatwg.org/, as retrieved + February 2014. Encodings not supported by glibc and encodings relevant + only to HTML have been removed. */ "utf-8", "windows-1252", "iso-8859-2", @@ -800,6 +800,10 @@ static const char *encoding_names[] = { "iso-2022-jp", "shift_jis", "euc-kr", + + /* Added by user request. */ + "ibm850", + "din_66003", }; #define N_ENCODING_NAMES (sizeof encoding_names / sizeof *encoding_names)