mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use the correct name for ISO in Unicode HOWTO. (#1312)
This commit is contained in:
parent
88c38b32b7
commit
6fde770e4e
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ hold values ranging from 0 to 255. ASCII codes only went up to 127, so some
|
|||
machines assigned values between 128 and 255 to accented characters. Different
|
||||
machines had different codes, however, which led to problems exchanging files.
|
||||
Eventually various commonly used sets of values for the 128--255 range emerged.
|
||||
Some were true standards, defined by the International Standards Organization,
|
||||
and some were *de facto* conventions that were invented by one company or
|
||||
another and managed to catch on.
|
||||
Some were true standards, defined by the International Organization for
|
||||
Standardization, and some were *de facto* conventions that were invented by one
|
||||
company or another and managed to catch on.
|
||||
|
||||
255 characters aren't very many. For example, you can't fit both the accented
|
||||
characters used in Western Europe and the Cyrillic alphabet used for Russian
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue