Menu

#364 multiple CDATA sections in a label are not displayed

v4.x
closed
None
1
2016-03-02
2015-08-19
Mike
No

Found in 4.0.37.
After converting BPMN files from 2.x to 4.x, I noticed the following:
Old content (encoding="UTF-8"): <conditionExpression><![CDATA[FK ≠ PAG]]></conditionExpression> (with the special character being UTF U+2260, E2 89 A0 (NOT EQUAL TO)

When converted to 4.x (encoding="WINDOWS-1252"), this is translated to:
<conditionExpression><![CDATA[FK ]]>≠<![CDATA[ PAG]]></conditionExpression>

When this file is opened in BPMN, only the first CDATA section („FK “) is displayed.

Discussion

  • Mike

    Mike - 2015-08-19

    the web browser page changed the line that I wrote in the ticked. To be correct, the translated line is:
    <conditionExpression><![CDATA[FK ]]> & # 8800 ; <![CDATA[ PAG]]>
    without the spaces.

     
  • Anonymous

    Anonymous - 2015-08-20

    please start the editor using java -jar -Dfile.encoding=UTF-8 yaoqiang.jar and convert old files again.

     
  • Mike

    Mike - 2015-08-22

    This works. Thanks!

     
  • 史耀强(Blenta)

    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel