You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feat: Handle "non-ASCII" account names better
Refactor the `pasteFilter` on the import -> account name EditControl to encode non-ASCII characters in a more URL-friendly manner than it was previously.
This change eliminates the need to use `www.urlencoder.org` so I've removed that warning and the button.
Tested OK with: 쁘레따뽀르떼#4360
* adjust position of missing discriminator warning
* add help message
tooltip:AddLine(16, "^7Removes account from the dropdown list")
93
96
end
94
97
95
-
self.controls.accountNameUnicode=new("LabelControl", {"TOPLEFT",self.controls.accountRealm,"BOTTOMLEFT"}, {0, 34, 0, 14}, "^7Note: if the account name contains non-ASCII characters then it must be URL encoded first.")
self.controls.accountNameUnicode=new("LabelControl", {"TOPLEFT",self.controls.accountRealm,"BOTTOMLEFT"}, {0, 34, 0, 14}, "^7Note: if the account name contains non-ASCII characters it must be pasted into the textbox,\nnot typed manually.")
0 commit comments