Hi Erwan, 
 
I would suggest you encode your files in UTF-8 - if you don't do it 
already. All involved files (svg and external js files) need to have 
the same encoding. If you have problems with special characters it 
might be an encoding problem or a font-problem. 
 
Also, make sure that the font you use supports the special 
characters. 
 
To set the node value of a text element I would not use the 
textElement.setData() method but prefer the 
textElement.firstChild.nodeValue = "text" method. This works better 
across implementations. If the firstChild does not yet exist you may 
use the document.createTextNode("yourText") method and append it to 
the text element. 
 
Yes, ASV 3.03 is a stable version. 
 
All the best, 
Andreas 
 
 
--- In [email protected], J�r�me Tricand de la Goutte 
<[EMAIL PROTECTED]> wrote: 
> Try using 
>  
> objSource.data="non renseign�e" 
>  
> It might work. 
>  
> ASV3.03 it quite stable. Only bug fixes can occur but no major 
updates 
>  
> J�r�me Tricand de la Goutte 
>  
> Soci�t� Logatique 
> 50 rue Marcel Dassault 
> 92100 Boulogne-Billancourt 
>  
> 01 46 21 59 59 
>  
>  
>  
> Erwan TROEL a �crit : 
>  
> >in fact it doesn't work totally when i do: 
> > objSource.setData("non renseign�e"); 
> >i 'll have a square instead of � 
> > 
> >  ----- Original Message -----  
> >  From: J�r�me Tricand de la Goutte  
> >  To: [email protected]  
> >  Sent: Tuesday, June 14, 2005 10:00 AM 
> >  Subject: Re: [svg-developers] pb accents 
> > 
> > 
> >  Not really. 
> >  ASV 6.0 is will still be in beta version until the release of 
SVG 1.2  
> >  specifications.. 
> > 
> >  Erwan TROEL a �crit : 
> > 
> >  >thanks it runs well with asv3.03 (and not with asv3.0) 
> >  >is ASV3.03 a stable version? 
> >  >have informations about outcoming versions? 
> >  >  ----- Original Message -----  
> >  >  From: J�r�me Tricand de la Goutte  
> >  >  To: [email protected]  
> >  >  Sent: Tuesday, June 14, 2005 9:35 AM 
> >  >  Subject: Re: [svg-developers] pb accents 
> >  > 
> >  > 
> >  >  Hi Erwan 
> >  > 
> >  >  Have a look at 
> >  >  http://www.adobe.com/svg/viewer/install/main.html 
> >  > 
> >  >  Erwan TROEL a �crit : 
> >  > 
> >  >  >i actually use ASV3.0 and it does'nt work where can i find 
ASV3.2 
> >  >  > 
> >  >  >  ----- Original Message -----  
> >  >  >  From: J�r�me Tricand de la Goutte  
> >  >  >  To: [email protected]  
> >  >  >  Sent: Wednesday, June 01, 2005 10:19 AM 
> >  >  >  Subject: Re: [svg-developers] pb accents 
> >  >  > 
> >  >  > 
> >  >  >  Hello Erwan, 
> >  >  > 
> >  >  >  I've tested your code aafter adding <svg> and </svg> 
elements. 
> >  >  >  On W2000, IE6, ASV3.2, it works : I can see 
"S�lectionnez"  
> >  >  > 
> >  >  >  Hi Erwan, 
> >  >  > 
> >  >  >  I've tested your code. Afted adding <svg> and </svg>, i 
could see "S�lctionnez" on Windows2000, IE6 and ASV3.2. 
> >  >  > 
> >  >  >  So it seems to work... 
> >  >  > 
> >  >  >  --  
> >  >  >  J�r�me Tricand de la Goutte 
> >  >  > 
> >  >  >  Soci�t� Logatique 
> >  >  >  50 rue Marcel Dassault 
> >  >  >  92100 Boulogne-Billancourt 
> >  >  > 
> >  >  >  01 46 21 59 59 
> >  >  > 
> >  >  > 
> >  >  > 
> >  >  >  Erwan TROEL a �crit : 
> >  >  > 
> >  >  >  >my code: 
> >  >  >  > 
> >  >  >  ><?xml version="1.0" encoding="iso-8859-1"?> 
> >  >  >  > 
> >  >  >  ><!-- Creator: ESRI ArcMap 9.0.0.535 --> 
> >  >  >  ><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" 
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"; [ 
> >  >  >  > <!ENTITY colorText "fill:darkcyan;"> 
> >  >  >  > <!ENTITY allText "font-family:Helvetica;"> 
> >  >  >  > <!ENTITY titleText "font-size:22;font-weight:bold;"> 
> >  >  >  > <!ENTITY subtitleText "font-size:18;font-weight:bold;"> 
> >  >  >  > <!ENTITY headlineText "font-size:14;font-weight:bold;"> 
> >  >  >  > <!ENTITY normalText "font-size:12;"> 
> >  >  >  > <!ENTITY HistoText "font-size:9;font-weight:normal;"> 
> >  >  >  > <!ENTITY legendText "font-size:11;text-anchor:end;"> 
> >  >  >  > <!ENTITY valuesText "font-size:12;"> 
> >  >  >  > <!ENTITY boldValuesText 
"font-size:12;font-weight:bold;"> 
> >  >  >  > <!ENTITY smallText "font-size:10;"> 
> >  >  >  > <!ENTITY rightText "text-anchor:end;"> 
> >  >  >  > <!ENTITY bezgrenzstyle 
"fill:none;stroke:#11A0FF;stroke-width:40;stroke-antialiasing:true;"> 
> >  >  >  > <!ENTITY rectstyle 
"fill:darkcyan;stroke:none;opacity:0.2;"> 
> >  >  >  > <!ENTITY fillUnbebaut "fill:#CCFFD4;stroke:none;"> <!-- 
green --> 
> >  >  >  > <!ENTITY fillNodata 
"fill:#E7E7E7;stroke:black;stroke-width:2;stroke-antialiasing:true;"> 
<!-- gray --> 
> >  >  >  > <!ENTITY fillNodataLegend 
"fill:#E7E7E7;stroke:black;stroke-width:0.5;stroke-antialiasing:true;"> 
<!-- gray --> 
> >  >  >  > <!ENTITY grundzeitstyle 
"fill:none;stroke:#E00004;stroke-width:60;stroke-antialiasing:true;"> 
<!-- purple --> 
> >  >  >  > <!ENTITY bezgrenzstyle 
"fill:none;stroke:#11A0FF;stroke-width:40;stroke-antialiasing:true;"> 
> >  >  >  > <!ENTITY mapVersion "2.01 (2002-05-08)"> 
> >  >  >  > <!ENTITY mapAuthor "A. Neumann"> 
> >  >  >  > ]> 
> >  >  >  > 
> >  >  >  > 
> >  >  >  ><text style="&colorText; &allText; &headlineText; 
&rightText;" x="1020" y="320">S�lectionnez un point de vue</text> 
> >  >  >  > 
> >  >  >  >i have a pb with the accent on the "e" 
> >  >  >  >  ----- Original Message -----  
> >  >  >  >  From: J�r�me Tricand de la Goutte  
> >  >  >  >  To: [email protected]  
> >  >  >  >  Sent: Monday, May 30, 2005 6:06 PM 
> >  >  >  >  Subject: Re: [svg-developers] pb accents 
> >  >  >  > 
> >  >  >  > 
> >  >  >  >  Hi Erwan, 
> >  >  >  > 
> >  >  >  >  could you show us a bit  of your code; It will be 
easier for us to give  
> >  >  >  >  you convenient advices 
> >  >  >  > 
> >  >  >  >  J�r�me 
> >  >  >  > 
> >  >  >  >  Erwan TROEL a �crit : 
> >  >  >  > 
> >  >  >  >  >I've already this line before <svg> element !!! 
> >  >  >  >  >but it doesn't red accents 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >----- Original Message -----  
> >  >  >  >  >  From: J�r�me Tricand de la Goutte  
> >  >  >  >  >  To: [email protected]  
> >  >  >  >  >  Sent: Thursday, May 26, 2005 11:38 AM 
> >  >  >  >  >  Subject: Re: [svg-developers] pb accents 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >  Hi Erwan, 
> >  >  >  >  > 
> >  >  >  >  >  This is a english speaking list so you should 
forget french, as I do... 
> >  >  >  >  > 
> >  >  >  >  >  Concerning your problem, try putting 
> >  >  >  >  >  <?xml version="1.0" encoding="iso-8859-1"?> 
> >  >  >  >  >  before the first  <svg> element. 
> >  >  >  >  > 
> >  >  >  >  >  Hope it helps 
> >  >  >  >  > 
> >  >  >  >  >  J�r�me 
> >  >  >  >  > 
> >  >  >  >  >  Erwan TROEL a �crit : 
> >  >  >  >  > 
> >  >  >  >  >  >j' ai un pb avec les accents l'affichage ne marche 
pas pour les accents sur 
> >  >  >  >  >  >les e ,a ..... 
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  >[Non-text portions of this message have been 
removed] 
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  >----- 
> >  >  >  >  >  >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 
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  >  
> >  >  >  >  >  > 
> >  >  >  >  >  > 
> >  >  >  >  >  >   
> >  >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >  --  
> >  >  >  >  >  J�r�me Tricand de la Goutte 
> >  >  >  >  > 
> >  >  >  >  >  Soci�t� Logatique 
> >  >  >  >  >  50 rue Marcel Dassault 
> >  >  >  >  >  92100 Boulogne-Billancourt 
> >  >  >  >  > 
> >  >  >  >  >  01 46 21 59 59 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >  ----- 
> >  >  >  >  >  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 
> >  >  >  >  > 
> >  >  >  >  >    a.. To visit your group on the web, go to: 
> >  >  >  >  >    http://groups.yahoo.com/group/svg-developers/ 
> >  >  >  >  >       
> >  >  >  >  >    b.. To unsubscribe from this group, send an email 
to: 
> >  >  >  >  >    [EMAIL PROTECTED] 
> >  >  >  >  >       
> >  >  >  >  >    c.. Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service.  
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >[Non-text portions of this message have been removed] 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >----- 
> >  >  >  >  >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 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >  
> >  >  >  >  > 
> >  >  >  >  > 
> >  >  >  >  >   
> >  >  >  >  > 
> >  >  >  > 
> >  >  >  > 
> >  >  >  >  --  
> >  >  >  >  J�r�me Tricand de la Goutte 
> >  >  >  > 
> >  >  >  >  Soci�t� Logatique 
> >  >  >  >  50 rue Marcel Dassault 
> >  >  >  >  92100 Boulogne-Billancourt 
> >  >  >  > 
> >  >  >  >  01 46 21 59 59 
> >  >  >  > 
> >  >  >  > 
> >  >  >  > 
> >  >  >  >  ----- 
> >  >  >  >  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 
> >  >  >  > 
> >  >  >  >    a.. To visit your group on the web, go to: 
> >  >  >  >    http://groups.yahoo.com/group/svg-developers/ 
> >  >  >  >       
> >  >  >  >    b.. To unsubscribe from this group, send an email 
to: 
> >  >  >  >    [EMAIL PROTECTED] 
> >  >  >  >       
> >  >  >  >    c.. Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service.  
> >  >  >  > 
> >  >  >  > 
> >  >  >  > 
> >  >  >  >[Non-text portions of this message have been removed] 
> >  >  >  > 
> >  >  >  > 
> >  >  >  > 
> >  >  >  >----- 
> >  >  >  >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 unsubscribe send a message to: 
[EMAIL PROTECTED] 
> >  >  >  -or- 
> >  >  >  visit http://groups.yahoo.com/group/svg-developers and 
click "edit my membership" 
> >  >  >  ----  
> >  >  > 
> >  >  > 
> >  >  > 
> >  >  
>------------------------------------------------------------------------------ 
> >  >  >  Yahoo! Groups Links 
> >  >  > 
> >  >  >    a.. To visit your group on the web, go to: 
> >  >  >    http://groups.yahoo.com/group/svg-developers/ 
> >  >  >       
> >  >  >    b.. To unsubscribe from this group, send an email to: 
> >  >  >    [EMAIL PROTECTED] 
> >  >  >       
> >  >  >    c.. Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of Service.  
> >  >  > 
> >  >  > 
> >  >  > 
> >  >  >[Non-text portions of this message have been removed] 
> >  >  > 
> >  >  > 
> >  >  > 
> >  >  >----- 
> >  >  >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 unsubscribe send a message to: 
[EMAIL PROTECTED] 
> >  >  -or- 
> >  >  visit http://groups.yahoo.com/group/svg-developers and click 
"edit my membership" 
> >  >  ----  
> >  > 
> >  > 
> >  > 
> >  
>------------------------------------------------------------------------------ 
> >  >  Yahoo! Groups Links 
> >  > 
> >  >    a.. To visit your group on the web, go to: 
> >  >    http://groups.yahoo.com/group/svg-developers/ 
> >  >       
> >  >    b.. To unsubscribe from this group, send an email to: 
> >  >    [EMAIL PROTECTED] 
> >  >       
> >  >    c.. Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of Service.  
> >  > 
> >  > 
> >  > 
> >  >[Non-text portions of this message have been removed] 
> >  > 
> >  > 
> >  > 
> >  >----- 
> >  >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 unsubscribe send a message to: 
[EMAIL PROTECTED] 
> >  -or- 
> >  visit http://groups.yahoo.com/group/svg-developers and click 
"edit my membership" 
> >  ----  
> > 
> > 
> > 
> 
>------------------------------------------------------------------------------ 
> >  Yahoo! Groups Links 
> > 
> >    a.. To visit your group on the web, go to: 
> >    http://groups.yahoo.com/group/svg-developers/ 
> >       
> >    b.. To unsubscribe from this group, send an email to: 
> >    [EMAIL PROTECTED] 
> >       
> >    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of Service.  
> > 
> > 
> > 
> >[Non-text portions of this message have been removed] 
> > 
> > 
> > 
> >----- 
> >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 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