How to display a SVG with Chinese text element on mobile phone?

I use WTK2.5.2,there is a demo which name is SVGDemo,I start SVG Browser MIDlets in this demo and open a SVG file test.svg,it's path is file:///root1/test.svg ,test.svg's code:
 
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<svg viewbox="0 0 50 25" width="150.0" height="75.0">
    <text x="30" y="40" fill="#00007E" stroke="black" 
        stroke-width=".33" >²âÊÔ testtest</text>
</svg>

and then ,we can see testtest,but ²âÊÔ(²âÊÔ is Chinese) can't display normally.I think JSR226 maybe not support Chinese,and who can tell me the way display a SVG with Chinese test element on mobile phone?thanks.

Received on Monday, 16 March 2009 12:53:38 UTC