Re: Handling utf8 data from SQLite
- From: Zettai Muri <zettaimuri gmail com>
- To: gtkmm-list gnome org
- Subject: Re: Handling utf8 data from SQLite
- Date: Sat, 10 Sep 2011 10:11:47 +1000
> 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]