Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Feature Request Can the Profiler tool support UTF8 characters?

Discussion in 'Editor & General Support' started by 479813005, Sep 12, 2022.

  1. 479813005

    479813005

    Joined:
    Mar 18, 2015
    Posts:
    57
    • Utf8 characters cannot be displayed correctly. Details cannot be viewed.
    Snipaste_2022-09-12_09-53-21.png
     
  2. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    1,951
    Hello,

    Thank you for your feedback! C# strings do not carry any information with them that tells receiving APIs what their encoding is, and the default assumption is UT We've logged the feedback that we should look into adding API that lets you specify the encoding. In the meantime, is it possible for you to change the encoding to UTF-16 before reporting it to the Profiler?
     
  3. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    1,951
    Actually, we think this is a Unicode bug, could you please use the editor Menu Help > Report a Bug?
     
  4. 479813005

    479813005

    Joined:
    Mar 18, 2015
    Posts:
    57
    MartinTilo likes this.
  5. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    1,951
    Thank you, we'll look into it :)