Hi, Clemens, On Thu, Jun 23, 2016 at 10:33 AM, Clemens Ladisch <clem...@ladisch.de> wrote: > Igor Korot wrote: >> I am trying to find out why the following code fails to do proper conversion. >> It works if the tableName have "abcd", but fails if it has "abcĂ" (the >> German letter for the "ss" (looks like Greek letter beta)). >> >> const unsigned char *tableName = sqlite3_column_text( stmt, 0 ); >> pimpl->m_tables[m_catalog].push_back( Table( myconv.from_bytes( (const char >> *) tableName ), fields, foreign_keys ) ); > > What are the byte values in tableName?
I have no idea. I just did ALT+225 in the SQLite shell during the CREATE TABLE command. Thank you. > > > Regards, > Clemens > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users