Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: MatthiasVDE on September 24, 2020, 06:57:57 pm

Title: Text is displayed poorly
Post by: MatthiasVDE on September 24, 2020, 06:57:57 pm
I'm parsing a CSV with items in order to create elements with the same properties as described in that CSV file.

The tekst in de CSV file is:

Quote
Storage & Backup​ - Extra Backups, retention policies, etc…​

In the element I see:

Quote
Storage & Backup​ - Extra Backups, retention policies, etc…​

How can this be avoided?

Title: Re: Text is displayed poorly
Post by: qwerty on September 24, 2020, 07:10:21 pm
I'd guess you need to change to Jet4.

q.
Title: Re: Text is displayed poorly
Post by: MatthiasVDE on September 24, 2020, 07:12:40 pm
I'd guess you need to change to Jet4.

q.

Excuse me, I don't understand what you exactly mean.
Title: Re: Text is displayed poorly
Post by: qwerty on September 24, 2020, 07:49:00 pm
I'd guess you still work with an EAP that's Jet3 based. Go to the options and convert it to Jet4. Only a guess, but that's what came to mind first.

q.
Title: Re: Text is displayed poorly
Post by: Geert Bellekens on September 24, 2020, 07:50:25 pm
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.

Geert
Title: Re: Text is displayed poorly
Post by: MatthiasVDE on September 24, 2020, 07:57:06 pm
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.

Geert

Converted to UTF-8 but still problems with special characters. I rather think it's a parsing problem.
Title: Re: Text is displayed poorly
Post by: MatthiasVDE on September 24, 2020, 08:03:31 pm
Play a bit with the encoding of the file.
I think last time, when I converted to UTF-8 (using Notepad++) it worked fine.

Geert

Converted to UTF-8 but still problems with special characters. I rather think it's a parsing problem.

Converted to ANSI and now it works, thanks Geert!