[MC-11058] Ä, Ö,Ü don't get recogniced by commandblock in @p[teams=<teamname>] Created: 05/Mar/13 Updated: 29/Dec/17 Resolved: 17/Mar/16 |
|
| Status: | Resolved |
| Project: | Minecraft: Java Edition |
| Component/s: | None |
| Affects Version/s: | Snapshot 13w10a, Minecraft 1.5.1, Minecraft 1.5.2, Snapshot 13w18c, Snapshot 13w19a |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Alec Hanschin | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 2 |
| Labels: | command_block, scoreboard | ||
| Environment: |
Windows 7, 64 bit Java, Intel core I3 |
||
| Issue Links: |
|
||||||||||||
| CHK: | |||||||||||||
| Confirmation Status: | Confirmed | ||||||||||||
| Description |
|
When using the specifier teams=<teamname> the commandblock did not recognice the letter Ä, Ö, Ü... |
| Comments |
| Comment by user-f2760 (Inactive) [ 17/Mar/16 ] |
same goes for teams |
| Comment by Galaxy_2Alex [ 25/Oct/14 ] |
|
Is this still a concern in the current Minecraft version 1.8.1 Prerelease 3 / Launcher version 1.5.3 or later? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. |
| Comment by Bradley Paul Gizzi [ 21/Feb/14 ] |
|
The problem is teams=team name. Not team=teamname |
| Comment by Markku [ 28/May/13 ] |
|
Fix PlayerSelector //private static final Pattern field_82389_a = Pattern.compile("^@([parf])(?:\\[([\\w=,!-]*)\\])?$"); //private static final Pattern field_82387_b = Pattern.compile("\\G([-!]?\\w*)(?:$|,)"); //private static final Pattern field_82388_c = Pattern.compile("\\G(\\w+)=([-!]?\\w*)(?:$|,)"); private static final Pattern field_82389_a = Pattern.compile("^@([parf])(?:\\[([\\w=,!-]*)\\])?$", Pattern.UNICODE_CHARACTER_CLASS); private static final Pattern field_82387_b = Pattern.compile("\\G([-!]?\\w*)(?:$|,)", Pattern.UNICODE_CHARACTER_CLASS); private static final Pattern field_82388_c = Pattern.compile("\\G(\\w+)=([-!]?\\w*)(?:$|,)", Pattern.UNICODE_CHARACTER_CLASS); |
| Comment by Markku [ 05/Mar/13 ] |
|
Umm.. ÄÖÜ are alpha-numeric characters |
| Comment by Bradley Paul Gizzi [ 05/Mar/13 ] |
|
Could you upload an image please? |