Re: Encoding missmatch problem

2002-10-14 Thread Thomas E Deweese
ding. But the >> document >> parsing should be processed through to the end. Is >> this Batik >> "feature" that parsing is stopped? >> >> >> >> -- >> >> marte >> >> >> >> - Original Message - Fr

Re: Encoding missmatch problem

2002-10-14 Thread Martynas Lelevicius
ault encoding "Cp1252" (in my situation) will be used... - Original Message - From: "Thomas E Deweese" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 14:25 Subject: Re: Encoding missmatch problem > >>

Re: Encoding missmatch problem

2002-10-14 Thread Thomas E Deweese
ot; that parsing is stopped? >> >> -- >> marte >> >> ----- Original Message ----- From: "Martynas Lelevicius" >> <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> >> Sent: Monday, October 07, 2002 18:07 Subject: Re: En

Re: Encoding missmatch problem

2002-10-11 Thread Martynas Lelevicius
From: "Martynas Lelevicius" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 11:32 Subject: Re: Encoding missmatch problem > It seems that Crimson parser drops warning when declared encoding does not > match to InputS

Re: Encoding missmatch problem

2002-10-10 Thread Martynas Lelevicius
ynas Lelevicius" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 18:07 Subject: Re: Encoding missmatch problem > Hi, > > I attached the sample java source and the svg image file. > Try to run sample and you'll get exce

Re: Encoding missmatch problem

2002-10-07 Thread Martynas Lelevicius
removed at all exception does not occurs. Thanks. -- marte - Original Message - From: "Thomas E Deweese" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 13:46 Subject: RE: Encoding missmatch problem > >

RE: Encoding missmatch problem

2002-10-07 Thread Thomas E Deweese
> "ML" == Martynas Lelevicius <[EMAIL PROTECTED]> writes: ML> Hi, I try to create SVGOMDocument from the SVG file: ML> <...> SAXSVGDocumentFactory df = new SAXSVGDocumentFactory(...); ML> SVGOMDocument doc = df.createDocument(uri, inputStreamReader); ML> <...> ML> If the encoding declared i