DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39202>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39202 Summary: Not possible to show norwegian characters in SVG Browser (Squiggle) Product: Batik Version: 1.6 Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: SVG Viewer AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When trying to browse a SVG file containing norwegians characters encoded in HEX, I get the following error message in the SVG Browser: SVG Error: 23 Below is the SVG code which I'm trying to browse: <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg id="body" width="500" height="500" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" version="1.2" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x=" 10" y=" 10" width=" 200" height=" 200" fill="rgb(0,153,255)" stroke="black" stroke-width="1"/> <flowRoot font-family="Verdana" font-size="20"> <flowRegion> <rect x=" 10" y=" 10" width=" 200" height=" 200"/> </flowRegion> <flowDiv> <flowPara margin-top="10" margin-bottom="10" margin-left="10" margin- right="10"> This Norwegian character (å) is displayed OK, but this one (æ) is not. </flowPara> </flowDiv> </flowRoot> </svg> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
