Bug #60356 Exported script file is truncated when UTF-8 characters are used
Submitted: 5 Mar 2011 20:26 Modified: 9 Mar 2011 0:08
Reporter: David Btm Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.32 OS:MacOS (v10.6.6, 64-bit)
Assigned to: CPU Architecture:Any
Tags: accents, export, script, truncated, utf8

[5 Mar 2011 20:26] David Btm
Description:
After using the command Export > Forward Engineer SQL Create Script... from a Model containing UTF-8 characters, the generated script is truncated at the end, and the number of missing characters is equal to the number of UTF-8 characters used (for a total of 20 accents in the comments of the model, 20 chars are missing at the end of the script).

How to repeat:
create a new model
create one table
create an ID field
create a Name field
add a comment to the Name field with some accents within (let's say 20 "é" : "éééééééééééééééééééé")
use Export > Forward Engineer SQL Create Script to generate the script

the resulting script is truncated at the end for 20 chars (the number of accents used in the comment).
[9 Mar 2011 0:08] Alfredo Kojima
Duplicate of bug #60396