- From: wangkaiyu <kingble__w@163.com>
- Date: Mon, 16 Mar 2009 17:31:12 +0800 (CST)
- To: www-svg@w3.org
Received on Monday, 16 March 2009 12:53:38 UTC
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