Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
faf71ea5
Commit
faf71ea5
authored
Apr 18, 2003
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of cedillas.
parent
07d4fb6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libcodecs.tex
Doc/lib/libcodecs.tex
+1
-1
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+3
-3
No files found.
Doc/lib/libcodecs.tex
View file @
faf71ea5
...
...
@@ -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
\
,
c
aise.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
...
...
Doc/whatsnew/whatsnew23.tex
View file @
faf71ea5
...
...
@@ -1796,10 +1796,10 @@ Any breakage caused by this change should be reported as a bug.
to convert between a Unicode domain name and the ASCII-compatible
encoding (ACE).
\begin{
verbatim
}
>>> u"www.Alliancefran
\
,
c
aise.nu".encode("idna")
\begin{
alltt
}
>>> u"www.Alliancefran
\
c
{
c
}
aise.nu".encode("idna")
'www.xn--alliancefranaise-npb.nu'
\end{
verbatim
}
\end{
alltt
}
In addition, the
\module
{
socket
}
has been extended to transparently
convert Unicode hostnames to the ACE before passing them to the C
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment