[Bug 1971715] Re: 22.04 idn -a domain.com idn: could not convert from ASCII to UTF-8
Chris Halse Rogers
1971715 at bugs.launchpad.net
Tue Nov 1 16:30:07 UTC 2022
** Description changed:
+ [ Impact ]
+
+ idn cannot handle non-ASCII characters
+
+ [ Test Plan ]
+
+ Existing state in 22.04:
+
+ $ echo ü | idn
+ idn: could not convert from ASCII to UTF-8
+
+ Fixed output:
+
+ $ echo ü | idn
+ xn--tda
+
+ [ Where problems could occur ]
+
+ The patch enables an extra autotools features, so the most likely
+ problem is a build failure. Currently non-ASCII characters are entirely
+ unhandled, so there's no risk of regression there, but this could
+ potentially turn clean failures into crashes or incorrect output.
+
+ [Original report]
+
On Ubuntu 22.04 Jammy:
idn -a "xxx-tést.eu"
idn: could not convert from ASCII to UTF-8
And
idn -u "xn--xxx-tst-fya.eu"
idn: could not convert from UTF-8 to ASCII
- Expected:
+ Expected:
Successfully conversion from ASCII to UTF-8
Ubuntu 20.04 / 18.04 it works fine
Also with idn2 from UTF-8 to ASCII works as expected how ever support
lacks from ASCII to UTF-8
-
Description: Ubuntu 22.04 LTS
Release: 22.04
root at test:~# echo $LC_ALL
C.UTF-8
-
root at test:~# apt-cache policy idn
idn:
- Installed: 1.38-4build1
- Candidate: 1.38-4build1
- Version table:
- *** 1.38-4build1 500
- 500 https://mirror.hetzner.com/ubuntu/packages jammy/universe amd64 Packages
- 100 /var/lib/dpkg/status
+ Installed: 1.38-4build1
+ Candidate: 1.38-4build1
+ Version table:
+ *** 1.38-4build1 500
+ 500 https://mirror.hetzner.com/ubuntu/packages jammy/universe amd64 Packages
+ 100 /var/lib/dpkg/status
** Also affects: libidn (Ubuntu Kinetic)
Importance: Undecided
Status: New
** Also affects: libidn (Ubuntu Jammy)
Importance: Undecided
Status: New
** Changed in: libidn (Ubuntu Jammy)
Status: New => Confirmed
** Changed in: libidn (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: libidn (Ubuntu Kinetic)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libidn in Ubuntu.
https://bugs.launchpad.net/bugs/1971715
Title:
22.04 idn -a domain.com idn: could not convert from ASCII to UTF-8
Status in libidn package in Ubuntu:
Fix Released
Status in libidn source package in Jammy:
Confirmed
Status in libidn source package in Kinetic:
Fix Released
Bug description:
[ Impact ]
idn cannot handle non-ASCII characters
[ Test Plan ]
Existing state in 22.04:
$ echo ü | idn
idn: could not convert from ASCII to UTF-8
Fixed output:
$ echo ü | idn
xn--tda
[ Where problems could occur ]
The patch enables an extra autotools features, so the most likely
problem is a build failure. Currently non-ASCII characters are
entirely unhandled, so there's no risk of regression there, but this
could potentially turn clean failures into crashes or incorrect
output.
[Original report]
On Ubuntu 22.04 Jammy:
idn -a "xxx-tést.eu"
idn: could not convert from ASCII to UTF-8
And
idn -u "xn--xxx-tst-fya.eu"
idn: could not convert from UTF-8 to ASCII
Expected:
Successfully conversion from ASCII to UTF-8
Ubuntu 20.04 / 18.04 it works fine
Also with idn2 from UTF-8 to ASCII works as expected how ever support
lacks from ASCII to UTF-8
Description: Ubuntu 22.04 LTS
Release: 22.04
root at test:~# echo $LC_ALL
C.UTF-8
root at test:~# apt-cache policy idn
idn:
Installed: 1.38-4build1
Candidate: 1.38-4build1
Version table:
*** 1.38-4build1 500
500 https://mirror.hetzner.com/ubuntu/packages jammy/universe amd64 Packages
100 /var/lib/dpkg/status
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libidn/+bug/1971715/+subscriptions
More information about the foundations-bugs
mailing list