Skip to content

Commit

Permalink
document the chcp limitation
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
mcollina committed Nov 21, 2018
1 parent f642bc2 commit c127cf4
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 @@ -13,6 +13,11 @@ benchSonic*1000: 478.423ms
benchCore*1000: 8096.463ms
```

Note that if this is used to log to a windows terminal (`cmd.exe` or
powershell), it is needed to run `chcp 65001` in the terminal to
correctly display utf-8 characters, see
[chcp](https://ss64.com/nt/chcp.html) for more details.

## Install

```
Expand Down

0 comments on commit c127cf4

Please sign in to comment.