storesafe / cordova-sqlite-evcore-extbuild-free

Cordova sqlite plugin with Android performance enhancements for PhoneGap Build, GPL v3 or commercial license options
Other
24 stars 13 forks source link

Tamil Language (தமிழ்) text was not displaying properly in Android mobile app #54

Open 21pg opened 4 years ago

21pg commented 4 years ago

Hello All, In my app, I am using Tamil content - e.g. - எப்படி இருக்கிறீர்கள் text is not displaying properly in android while working fine in iOS. If i use hard coded value i can see it properly . but while fetching it from db (cordova-sqlite-evcore-extbuild-free )not visible also i facing a crash in debug mode whenever i open that page..

I tried solution provided here- https://github.com/xpbrew/cordova-sqlite-storage/issues/564 But no luck. <plugin name="cordova-sqlite-evcore-extbuild-free" spec="0.9.2" source="npm" /> tried different version also.. Please help , any work around i can try..

ersatishverma commented 4 years ago

I also have the same issue My Cordova app show like this : image

these values fetch by the SQLite database.

Any solution......? Thanks in advance.

21pg commented 4 years ago

Hi any update on this issue @brodybits. And is there any solution for this...

brodybits commented 3 years ago

e.g. - எப்படி இருக்கிறீர்கள்

I just tried inserting and then selecting a string value with those characters, works OK for me.

In case anyone is still encountering an issue with Tamil characters a minimal reproduction would be extremely helpful.