Adjust description of the internationalized domain name encoding to

better accomodate the GNU info conversion.
This commit is contained in:
Fred Drake 2003-07-16 04:00:14 +00:00
parent bb4a47c818
commit 15b3dba85e

View file

@ -1835,7 +1835,7 @@ to convert between a Unicode domain name and the ASCII-compatible
encoding (ACE) of that name.
\begin{alltt}
>{}>{}> u"www.Alliancefran\c{c}aise.nu".encode("idna")
>{}>{}> u"www.Alliancefran\c caise.nu".encode("idna")
'www.xn--alliancefranaise-npb.nu'
\end{alltt}