Generate UTF-8 vs ANSI

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
bmapes
Posts: 3
Joined: Tue 16 Sep 2014 15:31

Generate UTF-8 vs ANSI

Post by bmapes » Tue 16 Sep 2014 15:36

I'm using Entity Developer to generate database scripts. The scripts generated are UTF-8. Is there a setting to generate the scripts as ANSI instead?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Generate UTF-8 vs ANSI

Post by Shalex » Wed 17 Sep 2014 09:46

Please describe a scenario when you need DDL script with ANSI encoding instead of UTF-8. Why this is required for your task?

bmapes
Posts: 3
Joined: Tue 16 Sep 2014 15:31

Re: Generate UTF-8 vs ANSI

Post by bmapes » Wed 17 Sep 2014 12:43

We are generating Oracle table create scripts from our model. These scripts are to be run in SQL*Plus via the Windows command line. ANSI is supported but UTF-8 is not. There are some workarounds but none that are acceptable to our customers.

A few years ago we used a version of Entity Devleloper and we believe scripts were generated in ANSI. Maybe we were mistaken, I'm not sure.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Generate UTF-8 vs ANSI

Post by Shalex » Thu 18 Sep 2014 12:25

We will investigate the question and notify you about the result.

bmapes
Posts: 3
Joined: Tue 16 Sep 2014 15:31

Re: Generate UTF-8 vs ANSI

Post by bmapes » Mon 22 Sep 2014 14:11

Thanks. We appreciate it.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Generate UTF-8 vs ANSI

Post by Shalex » Thu 25 Sep 2014 16:03

New build of Entity Developer 5.7.451 is available for download:
  • The behaviour is changed: Generate Database Script From Model saves the output in ASCII format if there are no unicode symbols in the script; UTF-8 is used otherwise
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=30472.

Post Reply