sqlite database in persian language

前端 未结 2 1688
情书的邮戳
情书的邮戳 2021-01-13 10:20

I tried to create a sqlite database from a csv file. I did it as it is said in this page : using your own sqlite db in android and this : import csv to sqlite

but th

2条回答
  •  不思量自难忘°
    2021-01-13 10:29

    sqlite supports UTF-8, UTF-16 and this is quite enough to store arabic or persian.

    Most probably you get "_" because the import tool expects different charset than the charset of your original file.

提交回复
热议问题