[KPhotoAlbum] [PATCH] Re: EXIF db vs. non-ascii chracters in file name
Jan Kundrát
jkt at gentoo.org
Thu Mar 29 01:09:43 BST 2007
Jan Kundrát wrote:
> I've tried to find where does the truncation happen, but wasn't able to
> find that out :(, C++ foo scares me.
Looks like an easy one, after all. I have no idea whether that breaks
non-unicode systems, though...
Even a newly created DB still contains garbage:
sqlite> select count(*) from exif where filename like "/%";
8273
sqlite> select count(*) from exif where filename not like "/%";
0
sqlite> select count(*) from exif;
16546
Cheers,
-jkt
--
cd /local/pub && more beer > /dev/mouth
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: exif.patch
URL: <http://mail.kde.org/pipermail/kphotoalbum/attachments/20070329/48e7cfa2/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kphotoalbum/attachments/20070329/48e7cfa2/attachment.sig>
More information about the Kphotoalbum
mailing list