Skip to content

Commit

Permalink
second fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette committed Oct 7, 2024
1 parent 3c15302 commit 7431bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed doc/src/manual/.strings.md.kate-swp
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/src/manual/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $

The `%c` specifier converts a single character to a decimal string.

ASCII's integer values 0-31 are control characters, 32-127 are for US layout keyboards, and 128-255
are "extended" ASCII.
ASCII's integer values 0-31 and 128 are control characters, 32-126 are for US layout keyboard printable
characters, and 128-255 are "extended" ASCII.

Strings are finite sequences of characters. Other natural languages include RTL character sets and
Asian fonts (CJK). Julia makes dealing with ASCII text simple and efficient, and handling Unicode is
Expand Down

0 comments on commit 7431bac

Please sign in to comment.