Hello,
I'm trying to create an SVG file using the SVGGraphics2D so that I get the following:
<text ...>«Label»</text>
i.e. <<Label>>
The << and >> are single characters. When I call drawString( "&#AB;Label&#BB", x, y ); I get <text ...>&#xAB...
Thanks for any and all help.
Jody
_____
Jody Schofield
Software Developer, Aurora Shapes Team
Rational Software / IBM Software Group
tel: 613.591.7047 [EMAIL PROTECTED]
- Re: How do I display unicode (non-ascii) characters using S... Jody Schofield
- Re: How do I display unicode (non-ascii) characters us... Archie Cobbs
- Re: How do I display unicode (non-ascii) character... Jody Schofield
- Re: How do I display unicode (non-ascii) chara... Thomas DeWeese