Skip to content

Commit 6fde770

Browse files
jessegonzalezMariatta
authored andcommitted
Use the correct name for ISO in Unicode HOWTO. (python#1312)
1 parent 88c38b3 commit 6fde770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/howto/unicode.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ hold values ranging from 0 to 255. ASCII codes only went up to 127, so some
4343
machines assigned values between 128 and 255 to accented characters. Different
4444
machines had different codes, however, which led to problems exchanging files.
4545
Eventually various commonly used sets of values for the 128--255 range emerged.
46-
Some were true standards, defined by the International Standards Organization,
47-
and some were *de facto* conventions that were invented by one company or
48-
another and managed to catch on.
46+
Some were true standards, defined by the International Organization for
47+
Standardization, and some were *de facto* conventions that were invented by one
48+
company or another and managed to catch on.
4949

5050
255 characters aren't very many. For example, you can't fit both the accented
5151
characters used in Western Europe and the Cyrillic alphabet used for Russian

0 commit comments

Comments
 (0)