Skip to content

Support more HTML in descriptions.#199

Merged
Keeper-of-the-Keys merged 1 commit intogpodder:masterfrom
Keeper-of-the-Keys:special-html-chars-in-description
Sep 3, 2024
Merged

Support more HTML in descriptions.#199
Keeper-of-the-Keys merged 1 commit intogpodder:masterfrom
Keeper-of-the-Keys:special-html-chars-in-description

Conversation

@Keeper-of-the-Keys
Copy link
Contributor

Fixes #58

Background

  • The podcast has both plaintext and html descriptions.
  • The html description will get priority over plaintext but html uses ö instead of \xf6
  • Text.StyledText is HTML 3.2 which does not support it
  • Text.RichText is HTML 4 which does support it.

From basic sanity checks this does not seem to impact plaintext descriptions negatively.

*Background*
- The podcast has both plaintext and html descriptions.
- The html description will get priority over plaintext but html uses ö instead of \xf6
- `Text.StyledText` is HTML 3.2 which does not support it
- `Text.RichText` is HTML 4 which does support it.

From basic sanity checks this does not seem to impact plaintext descriptions negatively.
@Keeper-of-the-Keys Keeper-of-the-Keys merged commit 91e4dbc into gpodder:master Sep 3, 2024
@Keeper-of-the-Keys Keeper-of-the-Keys deleted the special-html-chars-in-description branch September 7, 2024 22:33
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

Successfully merging this pull request may close these issues.

non-ASCII characters in shownotes missing

1 participant