SQLite database supporting Unicode data

前端 未结 3 840
迷失自我
迷失自我 2020-12-11 19:23

I\'m using java swing application which needs unicode string to drag into jtable.Is it possible to store unicode data in SQLITE database? If so,which SQLite does support uni

3条回答
  •  时光说笑
    2020-12-11 19:45

    sqlite3 doesn't fully support UNICODE. There is a wrapper class called CppSQLite3 which fully supports UNICODE>

提交回复
热议问题