- From: Edwin Brown <edbrown@Radix.Net>
- Date: Wed, 24 Feb 1999 20:01:44 -0500 (EST)
- To: www-jigsaw@w3.org
On Wed, 24 Feb 1999, Benoit Mahe wrote: > Date: Wed, 24 Feb 1999 16:55:45 +0100 > From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr> > To: Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>, > Jigsaw Mailing List <www-jigsaw@w3.org> > Subject: Re: Unsupported encoding type... > Resent-Date: Wed, 24 Feb 1999 10:56:04 -0500 (EST) > Resent-From: www-jigsaw@w3.org > > Well, it seems that "iso-8859-1" is not supported, you should try > iso-8859-1 without any " The spelling is wrong. ISO8859_1 will do it. And, unfortunately, the encoding schemes are case sensative. Look in the Java documentation for Internationalization and you can find the complete list. -< > Regards, Benoit. > > Roland Mainz wrote: > > > Hi ! > > > > ---- > > > > Has someone an idea how to fix this problem ? > > > > It seems that > > "org.w3c.jigsaw.servlet.JigsawHttpServletResponse.getWriter" can't > > create a matching output stream... > > > > -- snip -- > > MailinglistServlet[xml]: content-type=text/plain; > > charset="iso-8859-1" > > MailinglistServlet[xml]: article build error > > java.io.UnsupportedEncodingException: "iso-8859-1" > > java.io.UnsupportedEncodingException: "iso-8859-1" > > at java.lang.Throwable.fillInStackTrace(Native Method) > > at java.lang.Throwable.fillInStackTrace(Compiled Code) > > at java.lang.Throwable.<init>(Compiled Code) > > at java.lang.Exception.<init>(Compiled Code) > > at java.io.IOException.<init>(IOException.java:47) > > at > > java.io.UnsupportedEncodingException.<init>(UnsupportedEncodingException.java:37) > > > > at sun.io.Converters.getConverterClass(Compiled Code) > > at sun.io.Converters.newConverter(Converters.java:142) > > at > > sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:71) > > at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:78) > > > > at > > org.w3c.jigsaw.servlet.JigsawHttpServletResponse.getWriter(JigsawHttpServletResponse.java) > > > > at > > de.gis.www.servlets.mailinglist.MailinglistServlet.doGetArticle(Compiled > > Code) > > at > > de.gis.www.servlets.mailinglist.MailinglistServlet.doGet(MailinglistServlet.java:88) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:499) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) > > at > > org.w3c.jigsaw.servlet.ServletWrapper.service(ServletWrapper.java) > > at org.w3c.jigsaw.servlet.ServletWrapperFrame.perform(Compiled > > Code) > > at org.w3c.tools.resources.FramedResource.performFrames(Compiled > > Code) > > at org.w3c.tools.resources.FramedResource.perform(Compiled Code) > > > > at org.w3c.jigsaw.http.httpd.perform(Compiled Code) > > at org.w3c.jigsaw.http.Client.processRequest(Compiled Code) > > at org.w3c.jigsaw.http.Client.startConnection(Compiled Code) > > at > > org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) > > at org.w3c.util.CachedThread.run(Compiled Code) > > -- snip -- > > > > ---- > > > > Bye, > > Roland > > > > -- > > __ . . __ > > (o.\ \/ /.o) Roland Mainz C programmer > > \__\/\/__/ Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist > > /O /==\ O\ gisburn@w-specht.rhein-ruhr.de Sun&&Amiga programmer > > (;O/ \/ \O;) TEL +49 (0) 2426901568 FAX +49 (0) 2426901569 > > -- > - Benoît Mahé ------------------------------------------------------- > World Wide Web Consortium (W3C) > Architecture domain - Jigsaw Team > > http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 > --------------------------------------------------------------------- > > > Brilliance In Software Concepts, Inc. Specializing in GUI programing. Java/C/Ada/Unix/VMS finger edbrown@saltmine.radix.net http://www.radix.net/~edbrown
Received on Thursday, 25 February 1999 04:20:09 UTC