On Fri, Nov 03, 2017 at 04:42:19PM +0000, Don Hollander wrote:
During the UASG Workshop in Abu Dhabi there was a brief discussion about Punycode converters.
1) Is anyone aware of any punycode converters (particularly in libraries) that produce bad results?
What do you mean by "bad" :-) One problem is that, depending on the rules you're using, you get different results. This tool illustrates the issue nicely: https://unicode.org/cldr/utility/idna.jsp
3) Would the source of input (typed, cut/paste, input from a data file) make any difference? This probably has to do with RTL scripts
It probably depends on what the intervening application did. As long as the string really is in NFC, the source should not matter, but if an intervening application did something else to the string before the string went into NFC you'll have a problem. A -- Andrew Sullivan ajs@anvilwalrusden.com