I get "?" instead of foreign characters when loading the config from the cache.

I store localization data in remote config. For example: “Welcome”, “Добро пожаловать” and others. If there is an Internet connection, everything works fine, but when I turn off the Internet, I get “???” instead of the required text, in all languages except English. I note that everything is displayed correctly in the Editor on the remote config tab.

2 Likes

Can you share how you are debugging this issue, and where the ??? are showing up, perhaps share a screenshot? I want to confirm if it is a UI or a data issue.

I call var updateTextJson = ConfigManager.AppConfig.getJSON("Update_Texts"); And I get it in debugging with Ethernet 7501814--924259--WithEthernet.png
and without Ethernet 7501814--924260--WithoutEthernet.png
In Editor: 7501814--924263--InEditor.png

And In Web: 7501814--924266--Web.png

For the path “User\AppData\LocalLow.…” I have attached a file RemoteConfig.zip

7501814–924269–RemoteConfig.zip (899 Bytes)

Got it, we will check.