Author Topic: Text is displayed poorly  (Read 4290 times)

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Text is displayed poorly
« 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?


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Text is displayed poorly
« Reply #1 on: September 24, 2020, 07:10:21 pm »
I'd guess you need to change to Jet4.

q.

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Re: Text is displayed poorly
« Reply #2 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.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Text is displayed poorly
« Reply #3 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.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Text is displayed poorly
« Reply #4 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

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Re: Text is displayed poorly
« Reply #5 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.

MatthiasVDE

  • EA User
  • **
  • Posts: 196
  • Karma: +1/-0
    • View Profile
Re: Text is displayed poorly
« Reply #6 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!