Book a Demo

Author Topic: EA12 - CSV Export can't change Code Page  (Read 5620 times)

momochan

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
EA12 - CSV Export can't change Code Page
« on: December 26, 2014, 06:29:27 pm »
Test EA12 RC1.

I use localize language in diagram.
When I export package with CSV Import/Export
(Code Page default 65001 (UTF-8), cannot change).
So the export csv-file displays incorrect font.

But in EA1112 display correctly.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA12 - CSV Export can't change Code Page
« Reply #1 on: December 29, 2014, 03:33:14 pm »
What isn't obvious from that dialog is that it is using the value for the code page set in Tools | Options | Source Code Engineering. It also defaults to utf-8 instead of the system code page if no value is set. (Which I think is the right decision)

Prior to version 12 there was no way to control the code page of the export.


momochan

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: EA12 - CSV Export can't change Code Page
« Reply #2 on: December 29, 2014, 04:51:37 pm »
Thank you for your advise, Simon.

I got it.
So in prior EA, I do not have to choose the code page.
But in EA12, I must choose my code page for correctly exporting.

momochan

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA12 - CSV Export can't change Code Page
« Reply #3 on: December 29, 2014, 05:04:46 pm »
Well, I think it's correctly exporting by default in EA 12. It's just doing it to a more useful code page than it used to. Unfortunately it seems that whatever program you're wanting to read it with can't handle (or recognise) utf-8.