Jitsi accents #9

Closed
opened 2020-04-27 17:20:19 +00:00 by lx · 2 comments
Owner

Accents (and probably other unicode characters) don't work in Jitsi URLs.

Q: Are they sent as raw unicode bytes by the browser or are they encoded as %XX hex sequences?

If sent raw unicode bytes: see this https://stackoverflow.com/questions/28055909/does-nginx-support-raw-unicode-in-paths

If encoded with %, maybe just add the % character to the regex?

Accents (and probably other unicode characters) don't work in Jitsi URLs. Q: Are they sent as raw unicode bytes by the browser or are they encoded as %XX hex sequences? If sent raw unicode bytes: see this <https://stackoverflow.com/questions/28055909/does-nginx-support-raw-unicode-in-paths> If encoded with %, maybe just add the % character to the regex?
Author
Owner
Relevant file to fix: <https://git.deuxfleurs.fr/Deuxfleurs/deuxfleurs.fr/src/branch/master/docker/jitsi/jitsi-front/entrypoint.sh>
Owner

Fixed in my last iteration on jitsi, some months ago.

Fixed in my last iteration on jitsi, some months ago.
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
2 participants
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: Deuxfleurs/infrastructure#9
No description provided.