[gen.shibayama@japan, 5/21/98]
When original html file uses <PARAM NAME="..." VALUE="..."> tag and "..."'s are
in Japanese, converter doesn't covert them correctly. Generated html doesn't
work as expected.
----------------------------------------------------------------------------------
and another similar report:
My original HTML File is written with EUC_JP.
and include with META tag (see below)
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=x-euc-jp"
>
but your converter seem to ignore charset type.
NOT convert correctly.
then, I write with JIS code. (with charset=x-euc-jp) it converted cl
early.
I think that converter should analysis 'charset'.
what do you think ?
My environment is
SUNOS 5.5.1 Generic_103640-08
JDK version 1.1.5
$LANG=ja
-------------------------------------------------------------------------------
When original html file uses <PARAM NAME="..." VALUE="..."> tag and "..."'s are
in Japanese, converter doesn't covert them correctly. Generated html doesn't
work as expected.
----------------------------------------------------------------------------------
and another similar report:
My original HTML File is written with EUC_JP.
and include with META tag (see below)
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=x-euc-jp"
>
but your converter seem to ignore charset type.
NOT convert correctly.
then, I write with JIS code. (with charset=x-euc-jp) it converted cl
early.
I think that converter should analysis 'charset'.
what do you think ?
My environment is
SUNOS 5.5.1 Generic_103640-08
JDK version 1.1.5
$LANG=ja
-------------------------------------------------------------------------------
- duplicates
-
JDK-4136608 HTMLConverter seem to ignore charset type
- Closed