Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e59967

Browse files
committed
fix off-by-one error (closes #21330)
1 parent cb5ec77 commit 9e59967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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
52-
into the 128--255 range because there are more than 127 such characters.
52+
into the 128--255 range because there are more than 128 such characters.
5353

5454
You could write files using different codes (all your Russian files in a coding
5555
system called KOI8, all your French files in a different coding system called

0 commit comments

Comments
 (0)