Florian Weimer <[EMAIL PROTECTED]> writes: > As the program below shows, ASCII values of type string which are > written into the database are converted to Unicode strings when > reading them back. > [...]
I assume you're referring to this paragraph in the documentation: "When reading values from SQLite, ASPW uses the Python string class for any pure ASCII text, else it uses the Python unicode class." I think it's just documentation bug since it's clearly stated both near the top and in the version history that all strings now are returned as Unicode. I've filed a bug in APSW's bug tracker. See <http://initd.org/tracker/pysqlite/ticket/199>. -- Regards, Joel Rosdahl <[EMAIL PROTECTED]> Key BB845E97; fingerprint 9F4B D780 6EF4 5700 778D 8B22 0064 F9FF BB84 5E97 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]