gettextize initial modifications

This commit is contained in:
Fumitoshi UKAI
2003-09-23 18:42:24 +00:00
parent c671efea32
commit 2b74f5b767
67 changed files with 18557 additions and 288 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: w3mhelperpanel.c,v 1.12 2003/09/22 21:02:22 ukai Exp $ */
/* $Id: w3mhelperpanel.c,v 1.13 2003/09/23 18:42:25 ukai Exp $ */
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
@@ -11,6 +11,7 @@
#include "myctype.h"
#if LANG == JA
/* FIXME: gettextize here */
#define MSG_TITLE "<22><><EFBFBD><EFBFBD><EFBFBD>ӥ塼<D3A5><E5A1BC><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD>"
#define MSG_NEW_ENTRY "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͽ"
#define MSG_TYPE "<22>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -82,6 +83,7 @@ printMailcapPanel(char *mailcap)
}
}
#if LANG == JA
/* FIXME: gettextize here */
printf("Content-Type: text/html; charset=EUC-JP\n\n");
#else
printf("Content-Type: text/html\n\n");