-
The source code generated by --libcurl option seems wrong when POST and multipart/form-data.
2007-08-23 13:33:29 UTC in curl and libcurl
-
JDK 5.0's URLConnection#getContentType doesn't
returns any charset information. So
org.htmlparser.lexer.Page#getCharset never works. The
argument of getCharset should be
connection.getHeaderField("Content-Type").
2006-04-10 13:37:30 UTC in HTML Parser
-
Logged In: YES
user_id=1051788
Static charset field is unacceptable. It should be non-static.
Many encoding is used for Japanese and I use parser in
multithread app.
The constructor is Page(InputStream stream, String charset)
and Page(String text, String charset).
2005-10-17 01:19:06 UTC in HTML Parser
-
In real world, many pages contain illegal charset
specification. When charset specification is illegal, the
parser falls down to DEFAULT_CHARSET. The code is
org.htmlparser.lexer.Page#getCharset().
This behavior is valid, but it is fatal when the page is
written in Japanese.
I can guess encoding from the head of stream and can
pass it to constructor of org.htmlparser.lexer.Page. The.
2005-10-10 13:05:25 UTC in HTML Parser
-
nakamura_k committed patchset 39 of module SDL_Pango to the SDL_Pango CVS repository, changing 7 files.
2005-03-01 02:01:38 UTC in SDL_Pango
-
nakamura_k committed patchset 33 of module SDL_Pango to the SDL_Pango CVS repository, changing 1 files.
2004-12-14 07:59:59 UTC in SDL_Pango
-
nakamura_k committed patchset 32 of module SDL_Pango to the SDL_Pango CVS repository, changing 2 files.
2004-12-10 13:25:37 UTC in SDL_Pango
-
nakamura_k committed patchset 31 of module SDL_Pango to the SDL_Pango CVS repository, changing 1 files.
2004-12-10 09:38:52 UTC in SDL_Pango
-
nakamura_k committed patchset 30 of module SDL_Pango to the SDL_Pango CVS repository, changing 18 files.
2004-12-09 14:54:37 UTC in SDL_Pango
-
nakamura_k committed patchset 29 of module SDL_Pango to the SDL_Pango CVS repository, changing 15 files.
2004-12-07 22:11:37 UTC in SDL_Pango