Skip to content

Commit

Permalink
Clarify encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiguousname committed Dec 9, 2024
1 parent 33644a3 commit 7969f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _drafts/skyrim-in-minecraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ C5 26 01 00 49 4E 43 43 04 00 4E 02 00 00

78 bytes in total.

But of course, the ASCII representation will also be very helpful to us. I'm going to replace every non-ASCII character with � for clarity:
But of course, the UTF-8 representation will also be very helpful to us. I'm going to replace every human unreadable character with � for clarity:

```
TES46�����������
Expand Down Expand Up @@ -135,7 +135,7 @@ Let's read the `GRUP` that's right after the `TES4` record:

The `...` symbolizes lots more bytes because, as we'll find out, there are lots more bytes than this!

Here's the ASCII representation:
Here's the UTF-8 representation:

```
GR
Expand Down

0 comments on commit 7969f52

Please sign in to comment.