Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

mschrieck at gmail dot com
8 years ago
To convert IDN Domains with the IDNA2008 definition use following command.

idn_to_ascii('teßt.com',IDNA_NONTRANSITIONAL_TO_ASCII,INTL_IDNA_VARIANT_UTS46)

The result is then as expected

xn--tet-6ka.com

<< Back to user notes page

To Top