Skip to content

Commit

Permalink
chore(docs): Improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jun 24, 2024
1 parent 44c98a5 commit 87c23d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and graphemes, and give you information about them.

```bash
$ echo "Hello and привет" | charsplit
```
```
Grapheme Byte in binary Byte in decimal Unicode in decimal Unicode in hex Byte Type Unicode Group
H 1001000 72 72 0x48 Ascii Basic Latin (LatinAlphabet:Uppercase)
e 1100101 101 101 0x65 Ascii Basic Latin (LatinAlphabet:Lowercase)
Expand All @@ -32,7 +34,5 @@ $ echo "Hello and привет" | charsplit
т 11010001 209 1090 0x442 Utf8Base Cyrillic
10000010 130 Utf8Continuation
1010 10 10 0xA AsciiNewLine Control codes (C0)


```

0 comments on commit 87c23d7

Please sign in to comment.