Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 authored Jul 27, 2024
1 parent c7b5a97 commit 69fb46f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ Each version includes a `<since>` tag, the first OS with that version of the tok
Each language translation contains a number of different ways that token is represented on- and off-calc in that language:

* `ti-ascii`: The font bytes corresponding to the token's characters on-calc
* `<display>`: A Unicode approximation of the token's on-calc appearance
* `display`: A Unicode approximation of the token's on-calc appearance
* `<accessible>`: An ASCII or Latin-1 representation of the token that is meant to be easy to type
* `<variant>`: Any other name commonly used to represent the token (may not exist)

```xml
<lang code="en" ti-ascii="7528012D3229">
<display>u(𝑛-2)</display>
<lang code="en" ti-ascii="7528012D3229" display="u(𝑛-2)">
<accessible>u(n-2)</accessible>
<variant>u(𝒏-2)</variant>
</lang>
Expand Down

0 comments on commit 69fb46f

Please sign in to comment.