nextcloud / nextcloud/jitsi

Non latin characters in room name

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
39
Forks
15
PR merge metrics
No merged PRs in 30d

Description

When creating a room with non latin (i.e. greek) characters the name is striped to blank and the generated url does not work

https://example.com/apps/jitsi/rooms/a2662d65-c979-4502-9b58-3f4c52ab2f50/

If i append any latin string at the end the url works, but this is not a user friendly solution i suppose.

Is it possible to accept non latin characters or to convert them to latin like "δοκιμαστικό δωμάτιο" => "dokimastikodomatio"?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce room creation using a name such as "δοκιμαστικό δωμάτιο" and trace where the room URL is generated and the name becomes blank. Done means a room with non-Latin characters receives a working URL, either by preserving or converting the name according to an agreed behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.