Skip to content

Commit

Permalink
Update README [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Jun 7, 2022
1 parent 07405c2 commit 72f85f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@ julia> data = encode("μηχανικός means 'engineer' in greek", ISO_LATIN_1
julia> decode(data, ISO_LATIN_1())
"????????? means 'engineer' in greek"
```

## Supported Encodings
| Name | Type |
| :--------- | :------------------------- |
| ISO-8859-1 | `ISO_8859_1` `ISO_LATIN_1` |

0 comments on commit 72f85f9

Please sign in to comment.