https://bugs.kde.org/show_bug.cgi?id=403668

Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan...@zarl-zierl.at

--- Comment #3 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> ---
Using your excerpts from index.xml I can reproduce the issue now.

Regarding the change to a numeric reference: this is to be expected. Beginning
with kphotoalbum 5.3 we now use the compressed file format by default (the
uncompressed format has no benefit for most users and the compressed format is
quite a bit faster, both file formats have been extensively tested and are
stable and reliable).

Unfortunately, you seem to have found a bug that only occurs when a database
file is converted from uncompressed to compressed file format. The snippet from
backup file that you provided should usually read
'Schl_.FFFFFFFCsselbegriffe="83"', not 'Schlüsselbegriffe="83"'. Attribute
values in XML are basically restricted to plain ASCII, which leads the XML
parser to throw away the attribute.

I'll need to investigate how this inconsistency could be introduced into the
index.xml file.

Meanwhile, if you search/replace all occurrences of "Schlüsselbegriffe" in the
<image> attributes with "Schl_.FFFFFFFCsselbegriffe", I assume the problem is
fixed for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to