Module: wine Branch: refs/heads/master Commit: 0d1456ca30da84d13cce3715270e0cb019319048 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0d1456ca30da84d13cce3715...
Author: Robert Shearman rob@codeweavers.com Date: Mon Jun 12 16:45:31 2006 +0100
mlang: Add us-ascii encoding to the list of supported encodings.
---
dlls/mlang/mlang.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index 9ec9780..1dfb9fc 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 |