On Tue, 08 Oct 2002, Tilman Giese <[EMAIL PROTECTED]> wrote: > I want to convert a file (EUC-JP encoding) using the Native2Ascii > task of ANT. It worked fine with ANT 1.5.1 but it does not work with > the current CVS code.
judging from the CVS diff here <http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java.diff?r1=text&tr1=1.7.2.2&r2=text&tr2=1.12&diff_format=u> there shouldn't be any difference at all. > [native2ascii] java.io.UnsupportedEncodingException: EUC_JP Are your sure that using 1.5.1 vs. CVS HEAD is the only difference? You'd expect an exception like that if your JDK is not the i18n version (i.e. without i18n.jar in JAVA_HOME/jre/lib). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
