-
File Added: data.zip.
2008-06-02 07:47:58 UTC in CyberNeko HTML Parser
-
Firefox replaces HTML Entities when it doesn't end with SEMICOLON.
This patch works like it.
2008-06-02 07:45:56 UTC in CyberNeko HTML Parser
-
I have attached a test case.
File Added: euc.zip.
2008-04-28 08:22:24 UTC in CyberNeko HTML Parser
-
HTMLScanner#isEncodingCompatible throws UnsupportedOperationExeption when default characterset is JISAutoDetect.
Because, JISAutoDetect implements decoder only.
We should use decoder for compatibility test.
Also I think it is nonsense to set META tag to JISAutoDetect.
2008-04-25 14:35:58 UTC in CyberNeko HTML Parser
-
>UnsupportedOperationException
That is just a mistake.. Please ignore for now.
It is currently working on character encoding problem.
I'll submit a better solution again.
Thank you.
2008-04-25 13:54:35 UTC in CyberNeko HTML Parser
-
HTMLScanner#scanEntityRef() method must not ignore hexadecimal character reference that starts with capital X.
See http://www.w3.org/TR/REC-html40/charset.html#entities.
2008-04-23 08:46:40 UTC in CyberNeko HTML Parser
-
I can provide a pache.
Please see attachment file.
File Added: patch.txt.
2008-01-17 10:52:46 UTC in CyberNeko HTML Parser
-
According to the standard of HTML,
patch contains changes below:
A closes A.
DL,IFRAME,OL,TABLE and UL closes P.
ADDRESS is a inline.
2008-01-04 07:04:03 UTC in CyberNeko HTML Parser
-
harumanx committed patchset 5 of module bbspainter2 to the BBSPainter2 CVS repository, changing 86 files.
2002-12-08 12:25:48 UTC in BBSPainter2
-
harumanx committed patchset 4 of module bbspainter2 to the BBSPainter2 CVS repository, changing 99 files.
2002-11-24 07:31:44 UTC in BBSPainter2