Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有document file哪些用字体hindi写的单词hindi:-Kruti Dev 010 现在我想将这些印地语单词输入到 sqlite 中,以便屏幕以hindi. 我知道我可以用 : 来做到这一点-JSON_UNESCAPED_UNICODE。但是我如何将hindi单词转换为JSON_UNESCAPED_UNICODE. 然后将其保存到sqlite数据库中。 请帮我。
document file
hindi
Kruti Dev 010
-JSON_UNESCAPED_UNICODE
JSON_UNESCAPED_UNICODE
sqlite
解决方案是我创建了 1 个带有字体的 doc 文件:-Kruti Dev 010 然后复制粘贴到 sqlite 中。在 sqlite manager 中,它显示在一些 UINOCDE 中。但是当您进行查询时,您将 UNICODE 转换为 NSDATA,然后转换为 NSSTRING,这将允许用户在 ios 应用程序中以印地语字体书写。