ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
CJCsobolyo Janos23/08/2024

Edrawing API

Issue: When querying the file name using the get_ComponentName API, the response contains incorrect encoding for German characters. Specifically, when the 'ß' character is present in the file name, the returned sequence is:

c3 ff 83 ff c5 ff b8 ff

This sequence is neither valid UTF-16 nor valid UTF-8.

Question: How can I retrieve the correct file name with proper encoding?