merge m17n patch

add libwc
This commit is contained in:
Fumitoshi UKAI
2003-09-22 21:02:15 +00:00
parent 6d122c7f45
commit 604c11affe
218 changed files with 227575 additions and 2474 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: w3mbookmark.c,v 1.8 2003/01/15 17:13:22 ukai Exp $ */
/* $Id: w3mbookmark.c,v 1.9 2003/09/22 21:02:22 ukai Exp $ */
#include <stdlib.h>
#include <stdio.h>
#include "config.h"
@@ -57,7 +57,11 @@ print_bookmark_panel(char *bmark, char *url, char *title)
FILE *f;
char *p;
#if LANG == JA
printf("Content-Type: text/html; charset=EUC-JP\n\n");
#else
printf("Content-Type: text/html\n\n");
#endif
printf(bkmark_src1, html_quote(bmark), html_quote(Local_cookie));
if ((f = fopen(bmark, "r")) != NULL) {
printf("<tr><td>Section:<td><select name=\"section\">\n");