UTF-8 is not working in Pagure #13064
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#13064
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?
Describe what you would like us to do:
UTF-8 doesn't work in Pagure, e.g. check:
https://src.fedoraproject.org/tests/exim/blob/main/f/main.fmf
There is written:
Jaroslav Škarvada
Or even the RAW:
https://src.fedoraproject.org/tests/exim/raw/main/f/main.fmf
There is:
Jaroslav Å karvada
It should be:
Jaroslav Škarvada
I tried Firefox and Chrome. The file is downloaded OK, so it's probably bad encoding headers.
The 'Š' in UTF-8 is coded as 0xC5 0xA0, the local file:
When do you need this to be done by?
No deadline, nice to have.
text/plain is okay, I am not sure where does the IBM852 come from.
I think everywhere not specifc charset is needed otherwise, UTF-8 should be default in 2026
Metadata Update from @james:
Is this something we can change in infra or is this issue on pagure?
Does it happen on pagure.io as well? (or stg.pagure.io )
They are using the same packages/os... but deployed differently.
I tested it out today on pagure.io by adding Czech letters to my fork and it looks OK.
So it seems something is wrong just on src.fp.o.
So, we should perhaps look at the config on pagure01 vs pkgs01 and see if we can see something ?
or I suppose it could be in the proxy layer, but thats should mostly just be passing requests back and forth.