开发者

French characters in SQLite..how to display properly in iPhone app?

开发者 https://www.devze.com 2022-12-31 08:31 出处:网络
I am working on an iPhone app using a SQLite db. I have some French characters that are not rendering properly in the app - they are bei开发者_如何学JAVAng displayed as squares.

I am working on an iPhone app using a SQLite db. I have some French characters that are not rendering properly in the app - they are bei开发者_如何学JAVAng displayed as squares.

The character set client is: utf8. Is there an easy fix for this?


Check that everything is using UEF8, including the database, table and row. Try using some of the sample code with French characters.

You can use SQLiteManager to see how your database was created and whether it's using UTF8.


Actually, the font I was using did not render those characters correctly! Problem solved!

Check your fonts!

0

精彩评论

暂无评论...
验证码 换一张
取 消