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: w3mbookmark.c,v 1.9 2003/09/22 21:02:22 ukai Exp $ */
/* $Id: w3mbookmark.c,v 1.10 2003/09/23 18:42:25 ukai Exp $ */
#include <stdlib.h>
#include <stdio.h>
#include "config.h"
@@ -8,6 +8,7 @@
#include "parsetag.h"
#if LANG == JA
/* FIXME: gettextize here */
#define BKMARK_TITLE "<22>֥å<D6A5><C3A5>ޡ<EFBFBD><DEA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͽ"
#define BKMARK_ADD "<22><>Ͽ"
#define DEFAULT_SECTION "̤ʬ<CCA4><CAAC>"
@@ -58,6 +59,7 @@ print_bookmark_panel(char *bmark, char *url, char *title)
char *p;
#if LANG == JA
/* FIXME: gettextize here */
printf("Content-Type: text/html; charset=EUC-JP\n\n");
#else
printf("Content-Type: text/html\n\n");