I18N: avoid trying to downconvert all-ascii domain names.
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Dec 2016 15:55:45 +0000 (15:55 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Dec 2016 21:14:59 +0000 (21:14 +0000)
commit496e0df604efcc9b4d3c8878c7563f01cb0f44ea
tree6727287c5b5385d582d51d665c1ecd8e1d568bd5
parent9e04f763a9ebdb930edf4dd3297d01d3409b1aa6
I18N: avoid trying to downconvert all-ascii domain names.

With the IDNA-2008 handling downconversion results in lowercasing;
so avoid doing that if possible.
src/src/utf8.c