Skip to content

Commit 6273bad

Browse files
committed
update notes Sun Aug 14 10:19:21 EDT 2022
1 parent d843c2a commit 6273bad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

part-II/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3266,9 +3266,9 @@ Some applications involve strings taken from a restricted alphabet. In such appl
32663266
| LOWERCASE | 26 | 5 | abcdefghijklmnopqrstuvwxyz |
32673267
| UPPERCASE | 26 | 5 | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
32683268
| BASE64 | 64 | 6 | ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ |
3269-
| ASCII | 128 | 7 | ASCII | characters |
3270-
| EXTENDED_ASCII | 256 | 8 | extended | ASCII | characters |
3271-
| UNICODE16 | 65536 | 16 | Unicode | characters
3269+
| ASCII | 128 | 7 | ASCII characters |
3270+
| EXTENDED_ASCII | 256 | 8 | extended ASCII characters |
3271+
| UNICODE16 | 65536 | 16 | Unicode characters |
32723272
32733273
32743274

0 commit comments

Comments
 (0)