vandepitte
Results
2
issues of
vandepitte
Version: 1.7.3 ``` > urltools::puny_decode(c('xn--1qqw23a', 'xn--1ck2e1b', 'xn--1qqw23a')) [1] "佛山" "セール" "佛山ル" ``` First and third element in vector are the same, but are differently decoded because of second element in...
Version: `urltools_1.7.3` Actual: ``` urltools::puny_encode('foo-bar.tld') [1] "xn--foo-bar-.tld" ``` Expected: ``` urltools::puny_encode('foo-bar.tld') [1] "foo-bar.tld" ``` Reason: `foo-bar.tld` only contains LDH labels and thus should not be converted to `xn--` notation