Mojang / AccountsClient

Java client for accessing Mojang's account/profile API
115 stars 37 forks source link

Umlauts in username? #6

Closed jomo closed 9 years ago

jomo commented 10 years ago

Getting the UUID for player u returns user ü:

{
  "profiles": [
    {
      "id": "c6893ba47cfd4002abea33d4b1bd3f7a",
      "name": "ü",
      "legacy": true
    }
  ],
  "size": 1
}

Did you allow umlauts in usernames some time ago, or is that an error?

jomo commented 9 years ago

WEB-49