Start a new topic
Answered

Special characters missing

Hi, 

Is it possible to parse letters like ĄČŲ and so on via backend to client app? Because right now I am unable to do that, thanks.


Best Answer

Hi Giedrius,


The version of the SDK you are using (2.9.5) is quite old. In later versions, we fixed multiple encoding issues that are likely to solve your problem. 

Please update to the latest version of the Android SDK (2.10.11) and let us know if that fixes your problem. The version history and changelog is available here - http://devcenter.kinvey.com/android/downloads.



Giedrius,


  1. Can you share the relevant code?
  2. Can you explain your usecase in more detail?
  3. Also what error you are getting while implementing this usecase?


Thanks,

Pranav

Kinvey

There is nothing to explain, I am trying to receive word "Picų" from my databse and this field is displayed as "PicA(3)" something like that.



Picų

Hi Giedrius,

To better understand where the issue occurs, can you provide the following details:

1. Which client library are you using (for which platform)?
2. After you store the text, can you see it properly in the Kinvey console?
3. How are you displaying the text in your client app?

1. Kinvey - java 2.9.5 (android platform)

2.Yes, text is stored prorperly inside the console.

3. I am displaying text using the default way provided by google. I have printed my logs and the return of gateway is displayed wrong.


I am Android developer, believe me, it is not client side issue. So is there any possibility to fix it from your side?


I just need lithuanian language special characters to be return from gateway

Answer

Hi Giedrius,


The version of the SDK you are using (2.9.5) is quite old. In later versions, we fixed multiple encoding issues that are likely to solve your problem. 

Please update to the latest version of the Android SDK (2.10.11) and let us know if that fixes your problem. The version history and changelog is available here - http://devcenter.kinvey.com/android/downloads.


Okay, I will try to download it.


Note : Wifi which is capable to download 5MB/s using http://devcenter.kinvey.com/android/downloads. this link download speed is 7kb/s... 


Plus, I am the only one who cannot found dependencies to import it into build gradle like all the world is doing right now? 

Looks like download problems was temporary issues.

Updating the library fixed this issue, thanks

Login or Signup to post a comment