mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #977] Accentuated chars in the title header aren't supported #684
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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

🔮 Additional context
It's not major, just a nice to have.
Thanks for the app, it's great!
@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.