mojira.dev
MC-300078

artificial ASCII restrictions

In commands, many places are artificially restricted to ASCII, e.g. team names and ID names can only contain ASCII characters. However, this is not technically justifiable. Even if the few lines in the picture were changed slightly, the problem would be solved.

E.G:

File: com/mojang/realmsclient/dto/UploadInfo.java

Line (original): private static final Pattern URI_SCHEMA_PATTERN = Pattern.compile("^[a-zA-Z][-a-zA-Z0-9+.]+:");

Line (improved): private static final Pattern URI_SCHEMA_PATTERN = Pattern.compile(.*);

Expectation: ID names with non-ASCII characters

Current: May only contain ASCII characters

Environment

Minecraft Java every edition

Attachments

Comments 1

We do not have enough information to reproduce this issue.

Please include the following information to help us understand your problem:

Steps to Reproduce:

  1. (Explain what needs to be done for the issue to happen)

Observed Results:
(Briefly describe what happens)

Expected Results:
(Briefly describe what should happen)

Please also attach any needed commands, add-ons/behavior packs, data packs, resource packs, screenshots, videos, or worlds needed to help reproduce this issue.

Refer to the Bug Tracker Guidelines for more information about how to write helpful bug reports. Bug reports with insufficient information may be closed as Incomplete.

This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines -- 💬 Community Support -- 📧 Mojang Support (Technical Issues) -- 📧 Microsoft Support (Account Issues) -- 📓 Project Summary -- ✍️ Feedback and Suggestions -- 📖 Game Wiki

Ótzï

(Unassigned)

Unconfirmed

(Unassigned)

25w31a, 1.21.8

Retrieved