iwongu / sqlite3pp

SQLite3++ - C++ wrapper of SQLite3 API
MIT License
609 stars 177 forks source link

Will add unicode support? #39

Closed d0apga closed 8 years ago

d0apga commented 8 years ago

This is a great and easy use library,and will you add unicode to it?

iwongu commented 8 years ago

Can you be more specific what unicode support means?

d0apga commented 8 years ago

Some sqlite3 functions like 'sqlite3_open16' and so on

iwongu commented 8 years ago

Let me wait until more requests come for UTF-16. BTW, are you using UTF-16 for your projects? Just for curious.

d0apga commented 7 years ago

yes, our projects are UTF-16, feels bad. sorry for my late response.