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
Domain name "xn--p5b2bfp5fh3fra.xn--45brj9c" seems valid, at least it's been succesfully decoded by chrome and various online punycode converters to "কোম্পানি.ভারত".
But in elixir I receive the following error:
iex> :idna.decode('xn--p5b2bfp5fh3fra.xn--45brj9c')
** (exit) {:bad_label, {:nfc, 'Label must be in Normalization Form C'}}
(idna 6.1.1) /deps/idna/src/idna.erl:157: :idna.check_nfc/1
(idna 6.1.1) /deps/idna/src/idna.erl:255: :idna.check_label/4
(idna 6.1.1) /deps/idna/src/idna.erl:313: :idna.ulabel/1
(idna 6.1.1) /deps/idna/src/idna.erl:296: :idna.decode_1/2
The text was updated successfully, but these errors were encountered:
Domain name "xn--p5b2bfp5fh3fra.xn--45brj9c" seems valid, at least it's been succesfully decoded by chrome and various online punycode converters to "কোম্পানি.ভারত".
But in elixir I receive the following error:
The text was updated successfully, but these errors were encountered: