| Bug #18481 | Incorrect Umlaut-Encoding in Table and Row Comments after DBDesigner Import | ||
|---|---|---|---|
| Submitted: | 24 Mar 2006 11:02 | Modified: | 31 Mar 2006 20:01 |
| Reporter: | Jan W. Hentsch | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Workbench Preview | Severity: | S3 (Non-critical) |
| Version: | 1.0.5 Beta | OS: | Linux (Linux and Windows) |
| Assigned to: | Michael G. Zinner | CPU Architecture: | Any |
[31 Mar 2006 20:01]
MySQL Verification Team
Thank you for the bug report.

Description: DBDesigner saves its Models in an XML-File with a representation of Umlauts ("ü" [uuml] becomes "\252"; "ß" [ssharp] becomes "\223") and other characters (">" becomes "\g"). After importing a DBDesigner-File all these characters are wrong. How to repeat: Build a very small Modell with DBDesigner which contains these characters in some table or column comment. Save this model. Import this model with the WB. Suggested fix: Implement sort of character translation.