diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:48:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:48:56 (GMT) |
commit | faf71ea5b3bef32e8928af39e40b026c8c007d5d (patch) | |
tree | 6feda9ebf437cedf6122a225bc0e472851f400a3 /Doc/lib | |
parent | 07d4fb6f1701719dc08fb3e7172db065f3ba1756 (diff) | |
download | cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.zip cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.tar.gz cpython-faf71ea5b3bef32e8928af39e40b026c8c007d5d.tar.bz2 |
Fix spelling of cedillas.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 38586ef..f757802 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -890,7 +890,7 @@ Internationalized Domain Names (IDN)). It builds upon the These RFCs together define a protocol to support non-ASCII characters in domain names. A domain name containing non-ASCII characters (such -as ``www.Alliancefran\,caise.nu'') is converted into an +as ``www.Alliancefran\c{c}aise.nu'') is converted into an ASCII-compatible encoding (ACE, such as ``www.xn--alliancefranaise-npb.nu''). The ACE form of the domain name is then used in all places where arbitrary characters are not allowed |