Page 1 of 1

Generate UTF-8 vs ANSI

Posted: Tue 16 Sep 2014 15:36
by bmapes
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?

Re: Generate UTF-8 vs ANSI

Posted: Wed 17 Sep 2014 09:46
by Shalex
Please describe a scenario when you need DDL script with ANSI encoding instead of UTF-8. Why this is required for your task?

Re: Generate UTF-8 vs ANSI

Posted: Wed 17 Sep 2014 12:43
by bmapes
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.

Re: Generate UTF-8 vs ANSI

Posted: Thu 18 Sep 2014 12:25
by Shalex
We will investigate the question and notify you about the result.

Re: Generate UTF-8 vs ANSI

Posted: Mon 22 Sep 2014 14:11
by bmapes
Thanks. We appreciate it.

Re: Generate UTF-8 vs ANSI

Posted: Thu 25 Sep 2014 16:03
by Shalex
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.