[GH-ISSUE #977] Accentuated chars in the title header aren't supported #684

Closed
opened 2026-05-07 00:26:34 +02:00 by BreizhHardware · 1 comment

Originally created by @jmnicolas90 on GitHub (Dec 10, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/977

🐞 Describe the bug

If I url encode accents (like é ç à è) in the title header they won't be rendered in the app.

Example: title "accentué" will look like "accentu%C3%A9" in the Android and web app.

💻 Components impacted
Android and web app, probably iOS too but I don't have a device.

💡 Screenshots and/or logs
Screenshot_20231210_183600

🔮 Additional context
It's not major, just a nice to have.
Thanks for the app, it's great!

Originally created by @jmnicolas90 on GitHub (Dec 10, 2023). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/977 :lady_beetle: **Describe the bug** <!-- A clear and concise description of the problem. --> If I url encode accents (like é ç à è) in the title header they won't be rendered in the app. Example: title "accentué" will look like "accentu%C3%A9" in the Android and web app. :computer: **Components impacted** Android and web app, probably iOS too but I don't have a device. :bulb: **Screenshots and/or logs** ![Screenshot_20231210_183600](https://github.com/binwiederhier/ntfy/assets/68194446/787440ea-8ba2-4c98-a257-03e4dcc58c7d) :crystal_ball: **Additional context** It's not major, just a nice to have. Thanks for the app, it's great!
BreizhHardware 2026-05-07 00:26:34 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@binwiederhier commented on GitHub (Dec 10, 2023):

ntfy supports utf-8 in headers. It's likely your library or language or OS or config not supporting it.

Please note that you can encode the headers with RFC 2047 if you don't get it to work and that'll always work. Or you can pass it via query param.

See the blue info box here https://docs.ntfy.sh/publish/#list-of-all-parameters as well as which query param to use if you choose to use that.

Feel free to drop by discord or matrix to ask for more help.

<!-- gh-comment-id:1849054230 --> @binwiederhier commented on GitHub (Dec 10, 2023): ntfy supports utf-8 in headers. It's likely your library or language or OS or config not supporting it. Please note that you can encode the headers with RFC 2047 if you don't get it to work and that'll always work. Or you can pass it via query param. See the blue info box here https://docs.ntfy.sh/publish/#list-of-all-parameters as well as which query param to use if you choose to use that. Feel free to drop by discord or matrix to ask for more help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#684
No description provided.