Skip to content

Commit

Permalink
decode using utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoberon committed Mar 13, 2024
1 parent 23aaf25 commit 8b62d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ example, in Python 3 you could do:
import urllib.request

url = "https://github.com/fcatools/contexts/raw/main/contexts/livingbeings_en.cxt"
context = urllib.request.urlopen(url).read().decode()
context = urllib.request.urlopen(url).read().decode("utf-8")
```

## How to contribute contexts
Expand Down

0 comments on commit 8b62d01

Please sign in to comment.