Summary: | Baloo considers .ofx files as having invalid encoding | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Thiago Sueto <herzenschein> |
Component: | general | Assignee: | Stefan Brüns <stefan.bruens> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thiago Sueto
2020-02-23 03:11:02 UTC
Please provide the output of $> xdg-mime query filetype /path/to/file.ofx Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! (In reply to Stefan Brüns from comment #1) > Please provide the output of > > $> xdg-mime query filetype /path/to/file.ofx Hello, sorry for taking so long. The output is: text/plain Unfortunately, ofx is not "Open Financial Exchange, a file format typically used for accounting", but two different formats, one based on SGML (version <= 1.6), the other one XML (Version >= 2). If it were a XML formatted one, xdg-mime should return application/xml, so it likely is a SGML one. The SGML one has an ENCODING header, with allowed values UTF8 and USASCII. Baloo uses utf8 for text files, so UTF8 would be ok, and as USASCII is a strict subset of UTF8, it still is ok. -> your file *does* contain invalid data. That's weird, it works fine with KMyMoney, Skrooge and others. It seems to be proper SGML and encoding appears as USASCII. But yeah, it seems to be an issue with how my bank handles those files since after downloading any ofc, ofx and csv file, all of them show text/plain. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |