Large dynamic text breaks after 1000 chars approx.
I'm creating dynamic text from text boxes in Illustrator.
When the text is larger than approx. 1000 characters, the content of the text variable gets broken and when re-applied, it breaks the text.
It can be clearly seen when exported to XML, as it displays some odd characters before the end of the variable, which is NOT the real end of the text. (code snippet added below)
<v:sampleDataSet dataSetName="Data Set 1">
<Variable1>
<p>Hola Mundo.</p>
<p>1234567890</p>
[...]
<p>1234567890</p>
<p>Hola Mundo.</p>
<p>抽΅⤣</p>
</Variable1>
</v:sampleDataSet>
Strangely enough, if I manually edit the XML to add more content to that variable, it imports and applies well.
I looked around to see if the variablekind.TEXTUAL or the Dataset item had any specific character limit with no luck.
Any help will be appreciated.
