Page History
Question 1:
How do I eliminate special characters present in Content Data field of Cameo Datahub Properties tabconvert unreadable characters to readable in any text field in Cameo DataHub?
Answer:You have to modify the magicdraw.properties file and add
Unreadable characters are displayed in Cameo DataHub when you import information containing non-English language characters. These unreadable characters can appear anywhere in the modeling tool. You can convert the unreadable content into readable by modifying the <installation directory/bin/modelingtoolname.properties> file (e.g:magicdraw.properties) and adding the- Dfile.encoding=UTF-8 value to the JAVA_ARGS parameter of the code, as shown below. Restart the application after modifications. This modification will not affect any other aspect of the modeling tool.
Note |
---|
By default, the Dfile.encoding=UTF-8 encoding is added to the JAVA_ARGS parameter from version 2022xR1. |