diff options
author | Jesse Gonzalez <jesse.gonzalez.jr@gmail.com> | 2017-04-27 05:12:17 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-27 05:12:17 (GMT) |
commit | 6fde770e4e940c19cd62de0b6aeb77840690843e (patch) | |
tree | 0fe517a8fcfa62cea1931a9461a6fbf6257dbea9 /Doc/howto | |
parent | 88c38b32b761cb566759b8ad96704bff590a1de9 (diff) | |
download | cpython-6fde770e4e940c19cd62de0b6aeb77840690843e.zip cpython-6fde770e4e940c19cd62de0b6aeb77840690843e.tar.gz cpython-6fde770e4e940c19cd62de0b6aeb77840690843e.tar.bz2 |
Use the correct name for ISO in Unicode HOWTO. (#1312)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index a48ae1f..9649b9c 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -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 |