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
Currently there's no good way to handle internationalised domains that use non ASCII characters. Characters can either be displayed, or encoded characters might be used.
We should align on a safe, reliable storage mechanism. One possible direction to investigate would be to use Core's Requests_IDNAEncoder class.
The text was updated successfully, but these errors were encountered:
Currently there's no good way to handle internationalised domains that use non ASCII characters. Characters can either be displayed, or encoded characters might be used.
We should align on a safe, reliable storage mechanism. One possible direction to investigate would be to use Core's
Requests_IDNAEncoder
class.The text was updated successfully, but these errors were encountered: