Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umlauts are not properly rendered in elfeed buffer #484

Open
jhartotr opened this issue Apr 7, 2023 · 1 comment
Open

Umlauts are not properly rendered in elfeed buffer #484

jhartotr opened this issue Apr 7, 2023 · 1 comment

Comments

@jhartotr
Copy link

jhartotr commented Apr 7, 2023

M-x elfeed RET shows the following

image

Why are umlauts not properly rendered?

C-u C-x = on a properly rendered character shows:

image

C-u C-x = on a wrongly rendered character shows (e.g. \303) shows:

image

Only elfeed is unable to display the umlauts properly. Gnus, eww, circe, and other emacs packages show the umlauts properly on my system.

I'm using

GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0) of 2023-04-06

and

elfeed-version is 3.4.1

@butter-radish
Copy link

Those are CSS escapes in the feed titles, right?

Elfeed treats all feed titles as literal strings at the moment, because processing them as HTML is complicated (see #365; RSS feed titles are always supposed to be literal, though, so if this is an RSS and not an Atom feed then it's an incorrectly formatted one)

There are patches that strip away or replace HTML tags in the titles, though (see #452). I suppose you could fashion a similar hack for fixing your umlauts for you, if there are only a few different (escapes for) umlaut characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants