Jump to content
Software FX Community

Accentuate characters for french language


User (Legacy)

Recommended Posts

That's not as good for me. The following code is what the API generate. You can see how the API shows the accentuated characters. Also, there is a giant space between gangrène and :26%.

Please help me...

<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg>

<svg width="750" height="500" viewBox="0 0 750 500" xml:space="preserve" preserveAspectRatio="xMidYMid meet" xmlns:xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify">

..........

<path style="stroke:rgb(77,153,77); fill:none; " d="M323,250L408,227A88,88 0 0,1 342,336"/>

<line x1="390" y1="291" x2="407" y2="301" style="stroke:rgb(64,64,64); fill:none; "/>

<line x1="407" y1="301" x2="421" y2="301" style="stroke:rgb(64,64,64); fill:none; "/>

<text transform="matrix(1 0 0 1 421 304)" style="stroke:none; fill:rgb(64,64,64); font-family:Arial; font-size:8pt;" startOffset="0">

<tspan x="0" y="0">Hernie inguinale: Hernie inguinale, unilatérale ou sans précision, sans occlusion ni gangrène : 26% </tspan>

</text>

<path style="stroke:none; fill:rgb(255,199,0); " d="M323,250L322.9999,162C274.3988,162 234.9999,201.399 235,250.0001C235,254.8898 235.4075,259.771 236.2184,264.5931"/>

...

You can see on this graph that the giants white spaces make the informations not all available.

"SoftwareFX Support" <support@softwarefx.com> wrote in message news:USHtq4ofCHA.2308@webserver1.softwarefx.com...

> Can you please elaborate on this, we tried the following:

>

> chart1.Legend[0] = "Comunicaci

Link to comment
Share on other sites

I forgot to precise that the problem is only with SVG and not with others image types.

"Lionel Berger" <lionel.berger@bigfoot.com> wrote in message news:Wwag3IDgCHA.3564@webserver1.softwarefx.com...

That's not as good for me. The following code is what the API generate. You can see how the API shows the accentuated characters. Also, there is a giant space between gangrène and :26%.

Please help me...

<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg>

<svg width="750" height="500" viewBox="0 0 750 500" xml:space="preserve" preserveAspectRatio="xMidYMid meet" xmlns:xmlns="http://www.w3.org/2000/svg" zoomAndPan="magnify">

..........

<path style="stroke:rgb(77,153,77); fill:none; " d="M323,250L408,227A88,88 0 0,1 342,336"/>

<line x1="390" y1="291" x2="407" y2="301" style="stroke:rgb(64,64,64); fill:none; "/>

<line x1="407" y1="301" x2="421" y2="301" style="stroke:rgb(64,64,64); fill:none; "/>

<text transform="matrix(1 0 0 1 421 304)" style="stroke:none; fill:rgb(64,64,64); font-family:Arial; font-size:8pt;" startOffset="0">

<tspan x="0" y="0">Hernie inguinale: Hernie inguinale, unilatérale ou sans précision, sans occlusion ni gangrène : 26% </tspan>

</text>

<path style="stroke:none; fill:rgb(255,199,0); " d="M323,250L322.9999,162C274.3988,162 234.9999,201.399 235,250.0001C235,254.8898 235.4075,259.771 236.2184,264.5931"/>

...

You can see on this graph that the giants white spaces make the informations not all available.

"SoftwareFX Support" <support@softwarefx.com> wrote in message news:USHtq4ofCHA.2308@webserver1.softwarefx.com...

> Can you please elaborate on this, we tried the following:

>

> chart1.Legend[0] = "Comunicaci

post-2107-13922364591339_thumb.jpg

Link to comment
Share on other sites

We have fixed this issue in build 6.0.1033.20340 of the ChartFX SVG writer

--

Regards,

JC

Software FX Support

"Lionel Berger" <lionel.berger@bigfoot.com> wrote in message

news:nkGkvJDgCHA.3564@webserver1.softwarefx.com...

I forgot to precise that the problem is only with SVG and not with others

image types.

"Lionel Berger" <lionel.berger@bigfoot.com> wrote in message

news:Wwag3IDgCHA.3564@webserver1.softwarefx.com...

That's not as good for me. The following code is what the API generate. You

can see how the API shows the accentuated characters. Also, there is a giant

space between gangrène and :26%.

Please help me...

<?xml version="1.0" standalone="no"?>

<!DOCTYPE svg>

<svg width="750" height="500" viewBox="0 0 750 500" xml:space="preserve"

preserveAspectRatio="xMidYMid meet" xmlns:xmlns="http://www.w3.org/2000/svg"

zoomAndPan="magnify">

..........

<path style="stroke:rgb(77,153,77); fill:none; " d="M323,250L408,227A88,88 0

0,1 342,336"/>

<line x1="390" y1="291" x2="407" y2="301" style="stroke:rgb(64,64,64);

fill:none; "/>

<line x1="407" y1="301" x2="421" y2="301" style="stroke:rgb(64,64,64);

fill:none; "/>

<text transform="matrix(1 0 0 1 421 304)" style="stroke:none;

fill:rgb(64,64,64); font-family:Arial; font-size:8pt;" startOffset="0">

<tspan x="0" y="0">Hernie inguinale: Hernie inguinale, unilatérale ou sans

précision, sans occlusion ni gangrène

: 26% </tspan>

</text>

<path style="stroke:none; fill:rgb(255,199,0); "

d="M323,250L322.9999,162C274.3988,162 234.9999,201.399

235,250.0001C235,254.8898 235.4075,259.771 236.2184,264.5931"/>

...

You can see on this graph that the giants white spaces make the informations

not all available.

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:USHtq4ofCHA.2308@webserver1.softwarefx.com...

> Can you please elaborate on this, we tried the following:

>

> chart1.Legend[0] = "Comunicaci

post-2107-13922364595182_thumb.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...