Sqlite on Android is definitely Unicode aware and safe. Make sure you store and retrieve your data as Java String objects (not byte arrays).
04.04.2011 14:00 пользователь "thavorac chun" <thavorac.chun@gmail.com> написал:
> Hi everyone,
> I'm working with sqlite right now and at this this moment i found a
> problem related to reading data from sqlite that i can not solve it.
> For example i have a french word " Hôtel " that have been insearted to
> database and after reading it to represent in device, it turn to " HÃÂ
> ´tel " that is totally wrong from what it was. Any ideas are
> appreciated.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
-- > Hi everyone,
> I'm working with sqlite right now and at this this moment i found a
> problem related to reading data from sqlite that i can not solve it.
> For example i have a french word " Hôtel " that have been insearted to
> database and after reading it to represent in device, it turn to " HÃÂ
> ´tel " that is totally wrong from what it was. Any ideas are
> appreciated.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment