I download Java Plug-in HTML Converter from
http://java.sun.com/products/plugin/1.1/index.html
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 clearly.
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
thank you to read my wrong english.
end
----
###@###.###, ###@###.###
Phone:03-3730-3169, 7051-3025
http://java.sun.com/products/plugin/1.1/index.html
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 clearly.
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
thank you to read my wrong english.
end
----
###@###.###, ###@###.###
Phone:03-3730-3169, 7051-3025
- duplicates
-
JDK-4140667 converter does not support multi-byte character sets
- Closed