[SOLVED] Question marks missing from feed article titles #520
Replies: 6 comments 10 replies
-
I can see them just fine on my end, either RSS 2.0 or Atom.
I wonder. Here you can test an Atom feed that has some And I have just tested a custom RSS 2.0 feed (edited existing one), and they are displayed there, either: |
Beta Was this translation helpful? Give feedback.
-
Provide url of such a feed and related screenshot and application log. |
Beta Was this translation helpful? Give feedback.
-
I will provide more data soon, for now i can confirm that the provided sample atom bbs.archlinux feed also does not display question marks, so this feed can be used for testing too. At the time of writing i did see missing marks in titles Im using non English region windows 10 21H1, i even changed the display lang to ENG, still no luck, but maybe its something more deep related to this. |
Beta Was this translation helpful? Give feedback.
-
Cant say anything for sure yet, but based on the current symptoms it seems it could be something with the compatibility of the app and windows regional/local settings, the titles are already saved without ? in the db, so either its happening before in the code or the db strips it for whatever reason or regional windows setting/font issues. Will try to check. It would be helpful if someone could provide me a link to code where the titles are downloaded/"sanitized". The provided arch linux feed is great for testing, i can add and remove the feed over an over to check things. |
Beta Was this translation helpful? Give feedback.
-
Ok, i would put an app log but it is useless, haven't had much time, but for whatever reason this line is the issue https://github.com/martinrotter/rssguard/blob/4.0.4/src/librssguard/core/message.cpp#L81 It is also consistent with my finding in the db as it turns out the ? is missing, but it is replaced by space character and not trimmed, every title missing ? has space at the end in the db. So, im not a qt nor c++ dev, i dont know why it is happening, maybe u have some ideas. |
Beta Was this translation helpful? Give feedback.
-
Ok, i did a simple new empty project test and this is insane. It treats the u202F as ? that is 3F on a string level, i have no idea why. |
Beta Was this translation helpful? Give feedback.
-
Hi.
I have some issues with feed article titles but im not sure it is a bug or something on my side as it is quite noticeable, but i haven't found any discussion about it.
Titles do not have question marks, im using the latest 4.0.4, the issue was also in previous versions.
I checked the rss source, it is ok, the question marks are there with no special characters, funny thing is, only question marks are missing, exclamations are fine, changing font doesn't do anything, the feeds are rss 2.0 with utf-8.
They are missing in every feed so this is not something related to specific feed. I opened the sqlite db and there are also no marks saved in the titles.
Beta Was this translation helpful? Give feedback.
All reactions