[svg-developers] Re: pb accents

2005-06-14 Thread Andreas Neumann
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 svg-developers@yahoogroups.com, 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: svg-developers@yahoogroups.com  
   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: svg-developers@yahoogroups.com  
 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: svg-developers@yahoogroups.com  
   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:#E4;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=320Sé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: svg-developers@yahoogroups.com  
 Sent: Monday, May 

[svg-developers] Re: pb accents

2005-05-26 Thread jololivier
essaye ça dans ta déclarationde la balise xml

?xml version='1.0' encoding='iso-8859-1'?

--- In svg-developers@yahoogroups.com, Erwan TROEL [EMAIL PROTECTED] 
wrote:
 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

* 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/