Topic: character '&'

Hello,

I am using the current version QElectroTech V 0.90-DEV+5c6b9f182 under linux.

If the character '&' occurs in the declaration of the component name,
then you can no longer drag the component into the drawing.

Is working:

    <names>
        <name lang="de">Klöckner_Möller Zeitrelais TE-69</name>
    </names>

It does not work:

    <names>
        <name lang="de">Klöckner&Möller Zeitrelais TE-69</name>
    </names>

Vbxler

Re: character '&'

I can't reproduce bug. Can you send us the buggy element.

Développeur QElectroTech

Re: character '&'

Hello,

here is an example.

Post's attachments

Attachment icon qet_&.7z 359.21 kb, 86 downloads since 2022-06-21 

Re: character '&'

Did you edit yourself the xml file ? In this case it's normal you should write &amp; instead of only &.
https://stackoverflow.com/questions/311 … amp-in-xml

Développeur QElectroTech

Re: character '&'

Yes, I edited the file by hand.
That's where the error came from.

Sorry for the inconvenience caused by my mistake.