Hallo Levent,

The following works for me (also without the first line).

<?xml version="1.0" encoding="iso-8859-1"?>
<svg width="150" height="50">
  <text x="20" y="20">
   &#231; &#199; &#287; &#286; 
   &#305; &#304; &#246; &#214; 
   &#351; &#350; &#252; &#220; 
  </text>
</svg>

If you're using JavaScript, you can use something like
  var tr_c=String.fromCharCode(231)
  var tr_C=String.fromCharCode(199)
  ...

Selamlar,

Julian



-----Original Message-----
From: Levent Demircan [mailto:[EMAIL PROTECTED] 
Sent: 21 October 2004 20:45
To: [EMAIL PROTECTED]
Subject: [svg-developers] Turkish Encoding Problem



Dear All,

I have a problem with displaying Turkish characthers on SVG. The 
following alternatives did not work. Any idea how to resolve this 
encoding issue?

<?xml version="1.0" encoding="iso-8859-9"?>
<?xml version="1.0" encoding="Windows-1254"?>
<?xml version="1.0" encoding="UTF-8"?>

Is this an svg viewer problem? or I can overcome it via coding?

Regards

Levent






-----
To unsubscribe send a message to:
[EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
---- 
Yahoo! Groups Links



 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to