Search Unity

Problem with accents in iOS builds.

Discussion in 'Editor & General Support' started by albertosm91, Sep 18, 2021.

  1. albertosm91

    albertosm91

    Joined:
    Jan 29, 2021
    Posts:
    3
    Hello,

    I've got a problem with accents (á é í ó ú è, etc.) in iOS builds.
    The editor shows this characters correctly, but in runtime, when strings are loaded from C# script which contains a dictionary, a square is shown in place of accented letters.
    Others strings that are loaded in runtime from json files are shown correctly so, I suppose this has to do with the proccesing of C# scripts.
    The android version compiled with Windows works fine.
    I tried to save the script with different encodings using Sublime Text but didn't solve the problem.

    Help.
     
  2. albertosm91

    albertosm91

    Joined:
    Jan 29, 2021
    Posts:
    3
    Solved. I just needed to create the dictionary script in the Mac computer.