reading unicode from sqlite and creating a NSString

前端 未结 2 699
再見小時候
再見小時候 2021-01-17 05:14

Im working on an iOS app where I need to store and retrieve from an SQLite DB, a representation of a NSString that has subscripts. I can create a NSString at compile time wi

2条回答
  •  抹茶落季
    2021-01-17 05:44

    You need one of the NSString stringWithCString class methods or the corresponding initWithCString instance methods.

提交回复
热议问题