Fix cv44 application on certain t-derived letters (U+01AB, U+0236, U+0288, U+1DB5, and U+20A7) (#1405).

This commit is contained in:
be5invis 2022-08-23 02:30:16 -07:00
parent 178c951902
commit 78094dd541
10 changed files with 298 additions and 211 deletions

View file

@ -3,7 +3,7 @@ import zlib from "zlib";
import { encode, decode } from "@msgpack/msgpack";
const Edition = 20;
const Edition = 21;
const MAX_AGE = 16;
class GfEntry {
constructor(age, value) {