Re: Handling utf8 data from SQLite



>    sqlite3_finalize(stmt);
>    sqlite3_close(db);
>
>    std::cout << "DB - Password: " << password << std::endl;
>    return password;

The strangest part of this is that if I comment out:
std::cout << "DB - Password: " << password << std::endl;

Recompile it and run it.  All combinations of Japanese/English
usernames to passwords can be searched for and returned (displayed on
label) without producing the 'unhandled exception in signal handler'

Does anyone know why just this line could cause this?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]