From 0d1456ca30da84d13cce3715270e0cb019319048 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Mon, 12 Jun 2006 16:45:31 +0100 Subject: [PATCH] mlang: Add us-ascii encoding to the list of supported encodings. --- dlls/mlang/mlang.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index 9ec97801687..1dfb9fc2846 100644 --- a/dlls/mlang/mlang.c +++ b/dlls/mlang/mlang.c @@ -375,6 +375,11 @@ static const MIME_CP_INFO western_cp[] = 10079, MIMECONTF_IMPORT | MIMECONTF_EXPORT | MIMECONTF_VALID | MIMECONTF_VALID_NLS | MIMECONTF_MIME_LATEST, "x-mac-icelandic", "x-mac-icelandic", "x-mac-icelandic" }, + { "US-ASCII", + 20127, MIMECONTF_MAILNEWS | MIMECONTF_IMPORT | MIMECONTF_EXPORT | + MIMECONTF_SAVABLE_MAILNEWS | MIMECONTF_VALID | + MIMECONTF_VALID_NLS | MIMECONTF_MIME_LATEST, + "us-ascii", "us-ascii", "us-ascii" }, { "Western European (ISO)", 28591, MIMECONTF_MAILNEWS | MIMECONTF_BROWSER | MIMECONTF_IMPORT | MIMECONTF_SAVABLE_MAILNEWS | MIMECONTF_SAVABLE_BROWSER | -- 2.11.4.GIT