Skip to content

Commit

Permalink
Merge pull request #514 from dangerdyke/change-bad-example
Browse files Browse the repository at this point in the history
Change unfortunate char code in string example
  • Loading branch information
pnathan authored Dec 5, 2023
2 parents 58f508a + f8aa97a commit ca4d971
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ value 255). Notice the Lisp reader can round-trip characters by name.
* (char-code #\LATIN_CAPITAL_LETTER_E_WITH_GRAVE)
200
* (code-char 1488)
#\HEBREW_LETTER_ALEF
* (code-char 2048)
#\SAMARITAN_LETTER_ALAF
* (char-code #\HEBREW_LETTER_ALEF)
1488
* (char-code #\SAMARITAN_LETTER_ALAF)
2048
~~~

Check out the UTF-8 Wikipedia article for the range of supported characters and
Expand Down

0 comments on commit ca4d971

Please sign in to comment.